i3status/testcases/005-cpu-temp-max-threshold-format/i3status.conf
2016-11-15 13:34:06 +02:00

12 lines
261 B
Plaintext

general {
output_format = "none"
}
order += "cpu_temperature 0"
cpu_temperature 0 {
format_above_threshold = "ABOVE_THRESHOLD: %degrees °C"
max_threshold = 45
path = "testcases/005-cpu-temp-max-threshold-format/temp1_input"
}