From e5707070162a67bc4e7171dd31de3ab420c7eab3 Mon Sep 17 00:00:00 2001 From: Simon Studer Date: Sat, 11 Oct 2025 14:36:56 +0200 Subject: [PATCH] fix charging symbol --- config/waybar/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 5093f29..57047e8 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -160,7 +160,7 @@ }, "format": "{capacity}% {icon}", "format-full": "{capacity}% {icon}", - "format-charging": "{capacity}% ", + "format-charging": "{capacity}% ", "format-plugged": "{capacity}% ", "format-alt": "{time} {icon}", // "format-good": "", // An empty format will hide the module