diff options
Diffstat (limited to '.config/polybar/extra')
-rwxr-xr-x | .config/polybar/extra/updates-pacman-aurhelper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/extra/updates-pacman-aurhelper.sh b/.config/polybar/extra/updates-pacman-aurhelper.sh index 9a11302..20d5a8f 100755 --- a/.config/polybar/extra/updates-pacman-aurhelper.sh +++ b/.config/polybar/extra/updates-pacman-aurhelper.sh @@ -16,7 +16,7 @@ fi updates=$((updates_arch + updates_aur)) if [ "$updates" -gt 0 ]; then - echo " $updates " + echo " $updates " else echo "" fi |