]> git.sur5r.net Git - i3/i3status/blob - testcases/006-cpu-usage-max-threshold-format/i3status.conf
Add battery capacity parsing (#216)
[i3/i3status] / testcases / 006-cpu-usage-max-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 }