summaryrefslogtreecommitdiff
path: root/testcases/025-file-contents/i3status.conf
blob: 78f9f50e0959529a8c9995242976704107d5347c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
general {
        output_format = "none"
}

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

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

read_file TRUNCATED {
        path = "testcases/025-file-contents/short.txt"
        max_characters = 3
}

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