From 164dc1f180b91014b71178f17766e33dba3ba7f6 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 30 Oct 2025 23:03:34 +0100 Subject: [PATCH] feat: adds `spotify_player` to `PLAYERS` in `waybar-music` script --- modules/home/waybar/scripts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/waybar/scripts.nix b/modules/home/waybar/scripts.nix index 3c9b2e3..4932a4d 100644 --- a/modules/home/waybar/scripts.nix +++ b/modules/home/waybar/scripts.nix @@ -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