Regenerated

This commit is contained in:
2026-04-13 12:03:41 +02:00
parent 149948e7c5
commit 1c9c21c05f
4 changed files with 338 additions and 341 deletions
+334 -335
View File
File diff suppressed because it is too large Load Diff
+2 -3
View File
@@ -3242,8 +3242,7 @@ if [ -n "$device" ]; then
tooltip="${tooltip}
󰓻 ${device}"
fi
tooltip="${tooltip}
${progress}%"
tooltip="${tooltip}"
jq -c -n \
--arg text "${icon}${text}" \
--arg tooltip "$tooltip" \
@@ -4075,7 +4074,7 @@ These are config files for waybar
"days": "<span color='#cba6f7'><b>{}</b></span>",
"weeks": "<span color='#a6e3a1'><b>W{}</b></span>",
"weekdays": "<span color='#f9e2af'><b>{}</b></span>",
"today": "<span color='#f38ba8'><b><u>{}</u></b></span>"
"today": "<span color='#f38ba8'font_size='larger'><b><u>{}</u></b></span>"
}
},
"on-click": "flatpak run eu.betterbird.Betterbird -calendar"
+1 -2
View File
@@ -84,8 +84,7 @@ if [ -n "$device" ]; then
tooltip="${tooltip}
󰓻 ${device}"
fi
tooltip="${tooltip}
${progress}%"
tooltip="${tooltip}"
jq -c -n \
--arg text "${icon}${text}" \
--arg tooltip "$tooltip" \
+1 -1
View File
@@ -208,7 +208,7 @@
"days": "<span color='#cba6f7'><b>{}</b></span>",
"weeks": "<span color='#a6e3a1'><b>W{}</b></span>",
"weekdays": "<span color='#f9e2af'><b>{}</b></span>",
"today": "<span color='#f38ba8'><b><u>{}</u></b></span>"
"today": "<span color='#f38ba8'font_size='larger'><b><u>{}</u></b></span>"
}
},
"on-click": "flatpak run eu.betterbird.Betterbird -calendar"