diff --git a/home/bin/updates.sh b/home/bin/updates.sh index 966fe878..5203b822 100755 --- a/home/bin/updates.sh +++ b/home/bin/updates.sh @@ -28,6 +28,8 @@ while true; do echo "$UPD Update" elif (( UPDATES > 1 )); then echo "$UPD Updates" + else + echo $BAR_ICON fi sleep 10 get_total_updates