i3status/testcases/004-run-watch/i3status.conf
eplanet 9c47240523 Added test case for run_watch
The valid test case assumes pid 1 exists, which should always
be true on Unix environment.
2016-11-14 21:33:09 +00:00

15 lines
266 B
Plaintext

general {
output_format = "none"
}
order += "run_watch EXISTING"
order += "run_watch NONEXISTANT"
run_watch EXISTING {
pidfile = "testcases/004-run-watch/pidfile"
}
run_watch NONEXISTANT {
pidfile = "testcases/004-run-watch/notexistant"
}