From 54766df7a557db222e6b60b28db8ab657b88e446 Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 3 Nov 2021 12:34:34 +0100 Subject: [PATCH] Remove unneeded units in i3status-rs Remove units as it seems that they now come together with the values. --- .config/i3/status-rs.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/status-rs.toml b/.config/i3/status-rs.toml index 0f90288..2a7f897 100644 --- a/.config/i3/status-rs.toml +++ b/.config/i3/status-rs.toml @@ -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"