i3status: Add CPU temperature monitor

This commit is contained in:
Adam Gausmann 2022-10-01 10:57:43 -05:00
parent 472e05d4f3
commit 4a1eb817fb

View file

@ -59,6 +59,12 @@ memory {
}
order += "memory"
cpu_temperature 0 {
format = "temp: %degrees°C"
path = "${host.get('temperature_path', '/sys/class/thermal/thermal_zone0/temp')}"
}
order += "cpu_temperature 0"
tztime utc {
format = "%Y-%m-%d %H:%M:%S"
timezone = UTC