]> git.sur5r.net Git - i3/i3status/blob - testcases/008-load-max-threshold-format/i3status.conf
Merge pull request #333 from stapelberg/sysconfdir
[i3/i3status] / testcases / 008-load-max-threshold-format / i3status.conf
1 general {
2         output_format = "none"
3 }
4
5 order += "load"
6
7 load {
8         format_above_threshold = "ABOVE_THRESHOLD"
9         max_threshold = -1
10 }