From a272beaf4c7266db4e7256f026ac46082cc22540 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 23 Aug 2025 08:52:17 +0100 Subject: Fixed battery no longer displaying on bar due to this error - mixing manual and automatic argument indexing is no longer supported; try replacing {} with {text} in your format specifier --- .config/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/waybar/config b/.config/waybar/config index 16438d6..18b1af6 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -63,7 +63,7 @@ "custom/battery": { "format-icons": ["󰂎","󰁺","󰁻","󰁽","󰁾","󰁿","󰂀","󰂁","󰂂","󰁹"], - "format": " {icon}{alt} {}%", + "format": " {icon}{alt} {text}%", "return-type": "json", "interval": 1, "exec": "~/.config/waybar/scripts/battery.sh", -- cgit v1.2.3