waybar layout

This commit is contained in:
Spangenberg
2023-10-25 13:36:00 +02:00
parent 0c4f20e85f
commit 21785526a8
7 changed files with 93 additions and 354 deletions

View File

@@ -30,5 +30,5 @@ fi
if [ "$updates" -gt $threshhold_green ]; then
printf '{"text": "%s", "alt": "%s", "tooltip": "%s Updates", "class": "%s"}' "$updates" "$updates" "$updates" "$css_class"
else
printf '{"text": "0", "alt": "0", "tooltip": "0 Updates", "class": "green"}'
printf '{"text": "0", "alt": "0", "tooltip": "0 Updates", "class": "green", ""}'
fi