Regenerated

This commit is contained in:
2026-04-13 11:59:26 +02:00
parent 8e7e0c1129
commit 149948e7c5
4 changed files with 374 additions and 443 deletions
+346 -369
View File
File diff suppressed because it is too large Load Diff
+14 -37
View File
@@ -3235,12 +3235,15 @@ else
fi
# Build tooltip
tooltip="${artist}\n${title}\n${album}"
tooltip="${artist}
${title}
${album}"
if [ -n "$device" ]; then
tooltip="${tooltip}\n󰓻 ${device}"
tooltip="${tooltip}
󰓻 ${device}"
fi
tooltip="${tooltip}\n${progress}%"
tooltip="${tooltip}
${progress}%"
jq -c -n \
--arg text "${icon}${text}" \
--arg tooltip "$tooltip" \
@@ -3979,7 +3982,7 @@ These are config files for waybar
"interval": 2,
"return-type": "json",
"on-click": "qs -c media",
"max-length": 30,
"max-length": 20,
"scroll-step": 1,
"tooltip": true
},
@@ -4004,35 +4007,9 @@ These are config files for waybar
},
"custom/power": {
// "exec":
// "exec-if":
// "exec-on-event":
// "hide-empty-text":
// "return-type":
// "interval":
// "restart-interval":
// "signal":
"format": "󰤄",
// "format-icons":
// "rotate":
// "min-length":
// "max-length":
// "align":
// "justify":
"on-click": "qs -c powermenu",
// "on-click-middle":
// "on-click-right":
// "on-update":
// "on-scroll-up":
// "on-scroll-down":
// "smooth-scrolling-threshold":
// "tooltip":
"tooltip-format": "Power Menu"
// "escape":
// "menu":
// "menu-file":
// "menu-actions":
// "expand":
},
"pulseaudio": {
@@ -4094,12 +4071,12 @@ These are config files for waybar
"on-scroll" : 1,
"on-click-right": "mode",
"format": {
"months": "<span color='#ffead3'><b>{}</b></span>",
"days": "<span color='#ecc6d9'><b>{}</b></span>",
"weeks": "<span color='#99ffdd'><b>W{}</b></span>",
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
}
"months": "<span color='#fab387'><b>{}</b></span>",
"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>"
}
},
"on-click": "flatpak run eu.betterbird.Betterbird -calendar"
},
+7 -4
View File
@@ -77,12 +77,15 @@ else
fi
# Build tooltip
tooltip="${artist}\n${title}\n${album}"
tooltip="${artist}
${title}
${album}"
if [ -n "$device" ]; then
tooltip="${tooltip}\n󰓻 ${device}"
tooltip="${tooltip}
󰓻 ${device}"
fi
tooltip="${tooltip}\n${progress}%"
tooltip="${tooltip}
${progress}%"
jq -c -n \
--arg text "${icon}${text}" \
--arg tooltip "$tooltip" \
+7 -33
View File
@@ -115,7 +115,7 @@
"interval": 2,
"return-type": "json",
"on-click": "qs -c media",
"max-length": 30,
"max-length": 20,
"scroll-step": 1,
"tooltip": true
},
@@ -140,35 +140,9 @@
},
"custom/power": {
// "exec":
// "exec-if":
// "exec-on-event":
// "hide-empty-text":
// "return-type":
// "interval":
// "restart-interval":
// "signal":
"format": "󰤄",
// "format-icons":
// "rotate":
// "min-length":
// "max-length":
// "align":
// "justify":
"on-click": "qs -c powermenu",
// "on-click-middle":
// "on-click-right":
// "on-update":
// "on-scroll-up":
// "on-scroll-down":
// "smooth-scrolling-threshold":
// "tooltip":
"tooltip-format": "Power Menu"
// "escape":
// "menu":
// "menu-file":
// "menu-actions":
// "expand":
},
"pulseaudio": {
@@ -230,12 +204,12 @@
"on-scroll" : 1,
"on-click-right": "mode",
"format": {
"months": "<span color='#ffead3'><b>{}</b></span>",
"days": "<span color='#ecc6d9'><b>{}</b></span>",
"weeks": "<span color='#99ffdd'><b>W{}</b></span>",
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
}
"months": "<span color='#fab387'><b>{}</b></span>",
"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>"
}
},
"on-click": "flatpak run eu.betterbird.Betterbird -calendar"
},