summaryrefslogtreecommitdiff
path: root/testcases/010-cpu-usage/i3status.conf
blob: 57cddf293b8e75c91718b46289b096979d5e362c (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/010-cpu-usage/stat"
    max_threshold = 90
    degraded_threshold = 75
}