]> git.sur5r.net Git - i3/i3status/blob - testcases/004-run-watch/i3status.conf
Merge pull request #179 from mihaicmn/feature-threshold-format
[i3/i3status] / testcases / 004-run-watch / i3status.conf
1 general {
2         output_format = "none"
3 }
4
5 order += "run_watch EXISTING"
6 order += "run_watch NONEXISTANT"
7
8 run_watch EXISTING {
9         pidfile = "testcases/004-run-watch/pidfile"
10 }
11
12 run_watch NONEXISTANT {
13         pidfile = "testcases/004-run-watch/notexistant"
14 }