diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-06-28 23:52:09 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-06-29 00:11:43 +0200 |
commit | 83e5614bad3cfc17682921d273cbb2a8fcbe2c5d (patch) | |
tree | 2122df634025cd84641babd0e1514b89ad70b504 /.config/polybar/extra | |
parent | 908123ea757960b373520777ee86250305b2e6c3 (diff) |
polybar: better weather display (ntfd)
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 20d5a8f..2857831 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 " 1 " else echo "" fi |