diff --git a/.config/polybar/spotifyd-meta.sh b/.config/polybar/spotifyd-meta.sh index 1ee20fe..634cf4e 100755 --- a/.config/polybar/spotifyd-meta.sh +++ b/.config/polybar/spotifyd-meta.sh @@ -1,7 +1,7 @@ #!/usr/bin/env sh meta(){ - metadata=$(playerctl -f "{{title}} - {{artist}}" metadata 2>/dev/null ) && echo $metadata + metadata=$(playerctl --player=spotify,%any -f "{{title}} - {{artist}}" metadata 2>/dev/null ) && echo $metadata } i=0