Remove unneeded units in i3status-rs

Remove units as it seems that they now come together with the values.
This commit is contained in:
finga 2021-11-03 12:34:34 +01:00
parent 54618abc52
commit 54766df7a5

View file

@ -12,7 +12,7 @@ separator_bg = "#222222"
[[block]]
block = "weather"
format = "{weather} ({location}) {temp}°, {humidity}%, {wind} m/s {direction}"
format = "{weather} ({location}) {temp}, {humidity}%, {wind} m/s {direction}"
service = { name = "openweathermap", api_key = "8271cc3c23dbae82eda2123c55c050be", city_id = "2766824", units = "metric" }
[[block]]
@ -45,7 +45,7 @@ clickable = false
[[block]]
block = "cpu"
interval = 1
format = "{barchart} {utilization}% {frequency}GHz"
format = "{barchart} {utilization} {frequency}"
# [[block]]
# block = "temperature"