]> git.sur5r.net Git - i3/i3status/blob - testcases/010-cpu-usage/i3status.conf
default config: move disk info out of network info
[i3/i3status] / testcases / 010-cpu-usage / i3status.conf
1 general {
2         output_format = "none"
3 }
4
5 order += "cpu_usage"
6
7 cpu_usage {
8     format = "all: %usage CPU_0: %cpu0 CPU_1: %cpu1"
9     path = "testcases/010-cpu-usage/stat"
10     max_threshold = 90
11     degraded_threshold = 75
12 }