summaryrefslogtreecommitdiff
path: root/.config/polybar/extra
diff options
context:
space:
mode:
Diffstat (limited to '.config/polybar/extra')
-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 3f631b6..a785cd7 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