Fix arch-update widget
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
101fa626d8
commit
afca39be39
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Reference in a new issue