diff options
Diffstat (limited to '.config')
-rwxr-xr-x | .config/eww/scripts/battery | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/eww/scripts/battery b/.config/eww/scripts/battery index baeaa45..600dfb3 100755 --- a/.config/eww/scripts/battery +++ b/.config/eww/scripts/battery @@ -24,7 +24,7 @@ then fi { - printf 'percentage=%s\nicon=' $cap + printf 'percentage=%s%%\nicon=' $cap if [ $status = Charging ]; then echo "" elif [ $cap -ge 90 ]; then |