Fix arch-update widget

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-09-12 16:14:09 +02:00
parent 101fa626d8
commit afca39be39
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -31,4 +31,4 @@ display_num=""
# Requires reboot: Red # Requires reboot: Red
(echo "${updates}" | grep -qE "^($(get_grep))") && color="#dd0000" (echo "${updates}" | grep -qE "^($(get_grep))") && color="#dd0000"
printf '<span color="%s">\uf94f%s</span>' "${color}" "${display_num}" printf '<span color="%s">\uf94f%s</span>\n' "${color}" "${display_num}"