From 3221de0c396cc93e8204527dfbb0f4f9e5801860 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Wed, 5 Oct 2022 21:35:31 -0500 Subject: [PATCH] i3status: Remove colon from cpu_temperature section --- templates/.config/i3status/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/.config/i3status/config b/templates/.config/i3status/config index ae8960e..93ac096 100644 --- a/templates/.config/i3status/config +++ b/templates/.config/i3status/config @@ -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"