diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-27 16:04:34 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-28 16:34:53 +0200 |
commit | 1be3d58d008707456e6f516da7c06011320344aa (patch) | |
tree | a317e503a509a90c888a06f0a0e13b279ffdc3e5 /.config/polybar/extra/updates-pacman-aurhelper.sh | |
parent | 297082eaef786310fd0591ef6fddd235fbf0d320 (diff) |
polybar: no hardcoded padding
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 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 |