From 3b84ff69a977f13f10cc19c38df7549fe2185d95 Mon Sep 17 00:00:00 2001 From: nichkara Date: Tue, 16 Dec 2025 10:29:37 +0100 Subject: [PATCH] Icon update CPU Usage --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 250e8d9..3722a1a 100644 --- a/config.jsonc +++ b/config.jsonc @@ -40,7 +40,7 @@ "cpu": { "interval": 10, - "format": " {usage}%", + "format": " {usage}%", "max-length": 10, "on-click": "kitty --start-as=fullscreen --title btop sh -c 'btop'" },