Regenerated
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user