summaryrefslogtreecommitdiff
path: root/testcases/008-load-max-threshold-format/i3status.conf
blob: 0a2398348e90428d9505350e4d155aef90b38497 (plain)
1
2
3
4
5
6
7
8
9
10
general {
        output_format = "none"
}

order += "load"

load {
        format_above_threshold = "ABOVE_THRESHOLD"
        max_threshold = -1
}