waybar - fixed typo in script
This commit is contained in:
@@ -23,7 +23,7 @@ if [[ "$mirror_stale" == "true" ]]; then
|
|||||||
# 2) Any pending PKGBUILDs?
|
# 2) Any pending PKGBUILDs?
|
||||||
elif (( total > 0 )); then
|
elif (( total > 0 )); then
|
||||||
class="bad"
|
class="bad"
|
||||||
text="$tooltip"
|
text="$total"
|
||||||
tooltip=$(printf "%s\n" "${packages[@]}")
|
tooltip=$(printf "%s\n" "${packages[@]}")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user