]> git.sur5r.net Git - i3/i3status/blob - testcases/003-path-exists/i3status.conf
default config: move disk info out of network info
[i3/i3status] / testcases / 003-path-exists / i3status.conf
1 general {
2         output_format = "none"
3 }
4
5 order += "path_exists EXISTING"
6 order += "path_exists NONEXISTANT"
7
8 path_exists EXISTING {
9         path = "testcases/003-path-exists"
10 }
11
12 path_exists NONEXISTANT {
13         path = "testcases/003-path-exists/nonexistant"
14 }