feat: adds spotify_player to PLAYERS in waybar-music script

This commit is contained in:
Ahwx 2025-10-30 23:03:34 +01:00
parent 63fcef9227
commit 164dc1f180

View file

@ -158,7 +158,7 @@
#!/usr/bin/env sh
META="{{ trunc(artist,17) }} - {{ trunc(title,17) }}"
PLAYERS="spotify ncspot mpv mpd"
PLAYERS="spotify ncspot mpv mpd spotify_player"
for PLAYER in $PLAYERS; do
# if the player is not playing, continue to the next player, until we find one that is playing