]> git.sur5r.net Git - i3/i3status/blob - testcases/005-cpu-temp-max-threshold-format/i3status.conf
Merge pull request #291 from duskCoder/cap_net_admin
[i3/i3status] / testcases / 005-cpu-temp-max-threshold-format / i3status.conf
1 general {
2         output_format = "none"
3 }
4
5 order += "cpu_temperature 0"
6
7 cpu_temperature 0 {
8         format_above_threshold = "ABOVE_THRESHOLD: %degrees °C"
9         max_threshold = 45
10         path = "testcases/005-cpu-temp-max-threshold-format/temp1_input"
11 }