i3status: Remove colon from cpu_temperature section
This commit is contained in:
parent
e1bf9208c8
commit
3221de0c39
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ order += "memory"
|
|||
|
||||
% if 'temperature-path' in host:
|
||||
cpu_temperature 0 {
|
||||
format = "temp: %degrees°C"
|
||||
format = "temp %degrees°C"
|
||||
path = "${host['temperature-path']}"
|
||||
}
|
||||
order += "cpu_temperature 0"
|
||||
|
|
Loading…
Add table
Reference in a new issue