]> git.sur5r.net Git - i3/i3status/blob - testcases/025-file-contents/i3status.conf
Added function to print content from file (#331)
[i3/i3status] / testcases / 025-file-contents / i3status.conf
1 general {
2         output_format = "none"
3 }
4
5 order += "read_file EXISTING"
6 order += "read_file NONEXISTANT"
7
8 read_file EXISTING {
9         path = "testcases/025-file-contents/short.txt"
10 }
11
12 read_file NONEXISTANT {
13         path = "testcases/025-file-contents/nonexistant"
14 }