i3status: Add CPU temperature monitor
This commit is contained in:
parent
472e05d4f3
commit
4a1eb817fb
1 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,12 @@ memory {
|
||||||
}
|
}
|
||||||
order += "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 {
|
tztime utc {
|
||||||
format = "%Y-%m-%d %H:%M:%S"
|
format = "%Y-%m-%d %H:%M:%S"
|
||||||
timezone = UTC
|
timezone = UTC
|
||||||
|
|
Loading…
Add table
Reference in a new issue