summaryrefslogtreecommitdiff
path: root/testcases/007-cpu-usage-degraded-threshold-format/i3status.conf
blob: 06aeb1481ac2513b50e749ca07f4869e3cf412d3 (plain)
1
2
3
4
5
6
7
8
9
10
general {
        output_format = "none"
}

order += "cpu_usage"

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