diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-11 12:04:28 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-11 12:04:28 +0100 |
commit | 71bf6170c458bcd3faead904be51f7c5c635f9f5 (patch) | |
tree | 44f4e174ad0d72d0e074a5c02d227a6d34cb903c /.config/polybar/extra/updates-pacman-aurhelper.sh | |
parent | e712ab1381f53b9d85577907d7c82f6c36a41430 (diff) |
polybar: cleaner modules
Diffstat (limited to '.config/polybar/extra/updates-pacman-aurhelper.sh')
-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 |