summaryrefslogtreecommitdiff
path: root/.config/polybar/extra
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2022-07-27 16:04:34 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2022-07-27 16:04:34 +0200
commit5c2f8e8bcd55a8ee9d26658cdba7a3a12049432d (patch)
treec837272925940560a65a5f417dfa5ad176fc01d8 /.config/polybar/extra
parent03c54fcbae1227ef298127f3f6af3521bff00768 (diff)
polybar: no hardcoded padding
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 20d5a8f..3f631b6 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