From 0ac7072fac24e7cd0c5c3923e34053844bbcb988 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 15 Aug 2026 13:33:53 +0100 Subject: Added extra space for icons and extended button width to accomadate the extra text. --- .config/cow/scripts/battery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/cow/scripts') diff --git a/.config/cow/scripts/battery.sh b/.config/cow/scripts/battery.sh index 2996547..a60b08c 100755 --- a/.config/cow/scripts/battery.sh +++ b/.config/cow/scripts/battery.sh @@ -46,6 +46,6 @@ case $1 in # Reset low battery information in these cases { [ "$capacity" -gt 20 ] || [ "$status" = "Charging" ]; } && [ -n "$(cat "$lowinfo")" ] && echo "" >"$lowinfo" - echo "$capacity_icon$charging_icon $capacity" + echo "$capacity_icon $charging_icon $capacity" ;; esac -- cgit v1.3