]> git.sur5r.net Git - i3/i3status/blob - testcases/007-cpu-usage-degraded-threshold-format/i3status.conf
Merge pull request #251 from tomaskrizek/man-eth-wireless-format
[i3/i3status] / testcases / 007-cpu-usage-degraded-threshold-format / i3status.conf
1 general {
2         output_format = "none"
3 }
4
5 order += "cpu_usage"
6
7 cpu_usage {
8         format_above_threshold = "ABOVE_THRESHOLD"
9         max_threshold = -1
10 }