summaryrefslogtreecommitdiff
path: root/testcases/012-cpu-usage-error/i3status.conf
blob: 285d4153052b12ee3d84b29945c78feeef67d39c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
general {
        output_format = "none"
}

order += "cpu_usage"

cpu_usage {
    format = "all: %usage CPU_0: %cpu0 CPU_1: %cpu1"
    path = "testcases/012-cpu-usage-error/stat"
    max_threshold = 90
    degraded_threshold = 75
}