summaryrefslogtreecommitdiff
path: root/testcases/025-file-contents/i3status.conf
blob: 26646cdd1ac86b9fdc131b3fefbdd484f397182b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
general {
        output_format = "none"
}

order += "read_file EXISTING"
order += "read_file NONEXISTANT"

read_file EXISTING {
        path = "testcases/025-file-contents/short.txt"
}

read_file NONEXISTANT {
        path = "testcases/025-file-contents/nonexistant"
}