summaryrefslogtreecommitdiff
path: root/testcases/022-cpu-usage-tenth-cpu/i3status.conf
blob: 060adb3f37c0fbfc748561e588f2980ade5a6553 (plain)
1
2
3
4
5
6
7
8
9
10
general {
        output_format = "none"
}

order += "cpu_usage"

cpu_usage {
    format = "all: %usage CPU_0: %cpu0 CPU_10: %cpu10"
    path = "testcases/022-cpu-usage-tenth-cpu/stat"
}