File: i3status.conf

package info (click to toggle)
i3status 2.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 916 kB
  • sloc: ansic: 5,233; perl: 158; python: 125; sh: 87; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (2)
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
}