dotfiles/platforms/mac/sketchybar/plugins/music.sh
2024-12-05 20:06:17 +00:00

8 lines
207 B
Bash
Executable file

#!/bin/bash
music_info=$(curlie GET http://localhost:10767/api/v1/playback/now-playing | jq -r '"\(.info.name) - \(.info.artistName)"')
ICON=""
sketchybar --set $NAME label="$music_info" icon="$ICON"