diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-14 14:51:50 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-08-14 16:43:04 +0200 |
commit | 4e16ebdf90cf5d937b1cbc0be2438b3a8688a64c (patch) | |
tree | a31a2a58022fefe5746fca315c3bbc5139c8575a /.config/polybar/extra | |
parent | e37f5592ef656aa9e826c9ced26d423034ae94eb (diff) |
polybar: onedark theme
Diffstat (limited to '.config/polybar/extra')
-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 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 |