diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-06-28 18:28:04 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-06-28 18:28:04 +0200 |
commit | 0ebe1f840b89ae5d5c29df75f0789ed9f0842341 (patch) | |
tree | 06a2fde85adcc545278dba471bb6b545d5ec7950 /.config/polybar/extra/updates-pacman-aurhelper.sh | |
parent | fff21d95c2e54a2b818a50806078eb708aad4e5e (diff) |
polybar: show current weather
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..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 |