waybar - fixed typo in script

This commit is contained in:
2025-05-05 13:29:26 +02:00
parent 576f4bb651
commit 516781cf15

View File

@@ -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