diff --git a/templates/bin/waybar-void-update-checker b/templates/bin/waybar-void-update-checker index 717f6f2..2694263 100755 --- a/templates/bin/waybar-void-update-checker +++ b/templates/bin/waybar-void-update-checker @@ -9,4 +9,4 @@ PKG_COUNT="$(echo -n "$info" | wc -l)" DL_SIZE="$(echo "$info" | awk '{s+=$6}END{print s}' | numfmt --to=iec-i)B" -echo '{"text": "\uf468 '"$PKG_COUNT"'", "tooltip": "'"$PKG_COUNT"' packages have updates; '"$DL_SIZE"' download"}' +echo '{"text": "\uf468 '"$PKG_COUNT"'", "tooltip": "'"$PKG_COUNT"' packages have updates; '"$DL_SIZE"' download", "class": "warning"}'