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
+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" \