diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-06-29 04:20:10 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-06-29 04:20:10 +0200 |
commit | acde4203498b6ef3c1a5b9966b102a47ac4777f4 (patch) | |
tree | 11d2d29d06379c3cb5a759fe09850348984df209 /.config/polybar/extra/updates-pacman-aurhelper.sh | |
parent | 6aac29be88618bb40ed6922e091151ee497514a8 (diff) |
polybar: better font setup
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 2857831..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 " 1 " + echo " $updates " else echo "" fi |