]> git.sur5r.net Git - i3/i3status/blob - testcases/016-ethernet-down/i3status.conf
default config: move disk info out of network info
[i3/i3status] / testcases / 016-ethernet-down / i3status.conf
1 general {
2         output_format = "none"
3 }
4
5 order += "ethernet nonsense"
6
7 ethernet nonsense {
8         format_up = "E: %ip (%speed)"
9         format_down = "E: down"
10 }