mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
8 lines
207 B
Bash
Executable file
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"
|