[i3status] change temperature-path to more general path

This commit is contained in:
Felix Buehler 2019-11-16 14:45:23 +01:00
parent a24a77f66b
commit 742d40ea7b

View file

@ -96,5 +96,5 @@ cpu_usage {
cpu_temperature 1 { cpu_temperature 1 {
format = " %degrees°C" format = " %degrees°C"
path = "/sys/devices/platform/coretemp.0/hwmon/*/temp1_input" path = "/sys/devices/virtual/thermal/thermal_zone0/temp"
} }