summaryrefslogtreecommitdiff
path: root/.config/polybar/extra/updates-pacman-aurhelper.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/polybar/extra/updates-pacman-aurhelper.sh')
-rwxr-xr-x.config/polybar/extra/updates-pacman-aurhelper.sh2
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