diff --git a/.config/waybar/scripts/alhp.sh b/.config/waybar/scripts/alhp.sh index d48cab2..4020d20 100755 --- a/.config/waybar/scripts/alhp.sh +++ b/.config/waybar/scripts/alhp.sh @@ -23,7 +23,7 @@ if [[ "$mirror_stale" == "true" ]]; then # 2) Any pending PKGBUILDs? elif (( total > 0 )); then class="bad" - text="$tooltip" + text="$total" tooltip=$(printf "%s\n" "${packages[@]}") fi