mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: adds spotify_player to PLAYERS in waybar-music script
This commit is contained in:
parent
63fcef9227
commit
164dc1f180
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue