mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 04:22:32 +00:00
spotify support added
This commit is contained in:
4
neofetch
4
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
|
||||
|
||||
Reference in New Issue
Block a user