|
|
@ -1,6 +1,6 @@
|
|
|
|
#/usr/bin/bash
|
|
|
|
#/usr/bin/bash
|
|
|
|
|
|
|
|
|
|
|
|
ARTIST=$( cmus-remote -Q 2>/dev/null | grep "tag artist" | cut -d " " -f 3- )
|
|
|
|
ARTIST=$( cmus-remote -Q 2>/dev/null | grep "tag artist " | cut -d " " -f 3- )
|
|
|
|
TITLE=$( cmus-remote -Q 2>/dev/null | grep "tag title" | cut -d " " -f 3- )
|
|
|
|
TITLE=$( cmus-remote -Q 2>/dev/null | grep "tag title" | cut -d " " -f 3- )
|
|
|
|
SPOTIFY_PID="$(pidof -s spotify || pidof -s .spotify-wrapped)"
|
|
|
|
SPOTIFY_PID="$(pidof -s spotify || pidof -s .spotify-wrapped)"
|
|
|
|
|
|
|
|
|
|
|
|