i3status: Make temperature off-by-default
This commit is contained in:
parent
2cb8afecb5
commit
58d42a2ad3
1 changed files with 3 additions and 1 deletions
|
@ -59,11 +59,13 @@ memory {
|
|||
}
|
||||
order += "memory"
|
||||
|
||||
% if 'temperature-path' in host:
|
||||
cpu_temperature 0 {
|
||||
format = "temp: %degrees°C"
|
||||
path = "${host.get('temperature_path', '/sys/class/thermal/thermal_zone0/temp')}"
|
||||
path = "${host['temperature-path']}"
|
||||
}
|
||||
order += "cpu_temperature 0"
|
||||
% endif
|
||||
|
||||
tztime utc {
|
||||
format = "%Y-%m-%d %H:%M:%S"
|
||||
|
|
Loading…
Add table
Reference in a new issue