diff --git a/neofetch b/neofetch index 90debdc0..d30c8f11 100755 --- a/neofetch +++ b/neofetch @@ -1143,6 +1143,10 @@ getsong () { song="$(osascript -e 'tell application "iTunes" to artist of current track as string & " - " name of current track as string')" state="$(osascript -e 'tell application "iTunes" to player state as string')" + elif [ -n "$(ps aux | awk '!(/awk/) && /spotify/')" ]; then + song="$(osascript -e 'tell application "Spotify" to artist of current track as string & " - " & name of current track as string')" + state="$(osascript -e 'tell application "Spotify" to player state')" + else song="Unknown" fi