diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 13:33:53 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 13:33:53 +0100 |
| commit | 0ac7072fac24e7cd0c5c3923e34053844bbcb988 (patch) | |
| tree | 89045dec5d1a177cf8cdab4f804192706f9d5a94 /.config/cow/scripts/battery.sh | |
| parent | 7ee2743ac40576e0d52e4d4fd42869a1683bc77b (diff) | |
Added extra space for icons and extended button width to accomadate the extra text.
Diffstat (limited to '.config/cow/scripts/battery.sh')
| -rwxr-xr-x | .config/cow/scripts/battery.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
