From 0f8b47d61f4218204910e5b4dc10bc391ea3f995 Mon Sep 17 00:00:00 2001 From: Przemyslaw Grondek Date: Fri, 24 May 2019 13:48:04 +0200 Subject: [PATCH] [i3] Remove separators in CPU status --- i3status.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/i3status.conf b/i3status.conf index d7cfb48..5642925 100644 --- a/i3status.conf +++ b/i3status.conf @@ -37,18 +37,20 @@ tztime local { format = "%Y-%m-%d %H:%M:%S" } -load { - format = "↑ %1min" -} - cpu_usage { format = "CPU: %usage" + separator = false } cpu_temperature cpu { format = "%degrees°C" path = "/sys/devices/platform/coretemp.0/hwmon/hwmon4/temp1_input" max_threshold = 95 + separator = false +} + +load { + format = "↑ %1min" } disk "/" {