diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-04 01:41:34 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-04 01:41:34 +0100 |
commit | 19558368f903f885c39031f3f5ff07cc7882067a (patch) | |
tree | b059f898ae4511ff844b45da33a1c8dea0d7545a /.config/polybar/extra/updates-pacman-aurhelper.sh | |
parent | b24bd489e29c180889dea172d13465f336364a41 (diff) |
polybar: weather (ntfd)
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 ec5cb53..9a11302 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 |