From f7d6043baa22b630bab20e5b06df751399db3eeb Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Wed, 4 Jun 2025 15:02:10 -0500 Subject: [PATCH] waybar-void-update-checker: add "warning" CSS class --- templates/bin/waybar-void-update-checker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}'