aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/config
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-08-23 08:52:17 +0100
committerJustine Smithies <justine@smithies.me.uk>2025-08-23 08:52:17 +0100
commita272beaf4c7266db4e7256f026ac46082cc22540 (patch)
treef083173ee72dd317d7e48d39cbdb1bfe853b85e9 /.config/waybar/config
parentb0779b5b45c688fc27e0989ed0fea25ff0820c02 (diff)
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
Diffstat (limited to '.config/waybar/config')
-rw-r--r--.config/waybar/config2
1 files changed, 1 insertions, 1 deletions
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": "<span color='#202020' bgcolor='#689d6a' > {icon}{alt} </span> {}%",
+ "format": "<span color='#202020' bgcolor='#689d6a' > {icon}{alt} </span> {text}%",
"return-type": "json",
"interval": 1,
"exec": "~/.config/waybar/scripts/battery.sh",