i3status: Remove colon from cpu_temperature section

This commit is contained in:
Adam Gausmann 2022-10-05 21:35:31 -05:00
parent e1bf9208c8
commit 3221de0c39

View file

@ -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"