i3status/testcases/003-path-exists/i3status.conf
2016-11-14 21:24:16 +00:00

15 lines
264 B
Plaintext

general {
output_format = "none"
}
order += "path_exists EXISTING"
order += "path_exists NONEXISTANT"
path_exists EXISTING {
path = "testcases/003-path-exists"
}
path_exists NONEXISTANT {
path = "testcases/003-path-exists/nonexistant"
}