diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-14 16:31:10 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-08-14 16:34:38 +0200 |
commit | 82146a23a30086606c16b1b97606585294ef86a6 (patch) | |
tree | 4faa83a1ae3132d5210f375ed742610a0a62e1a8 /.config/polybar/extra | |
parent | c564b2c03027a4a5945a2b7ce9dd0685bf8888d6 (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 |