diff --git a/neofetch b/neofetch index c23cf985..d0eea8be 100755 --- a/neofetch +++ b/neofetch @@ -1603,13 +1603,23 @@ get_song() { "Linux") get_song_dbus "spotify" ;; "Mac OS X") - song="$(osascript -e 'tell application "Spotify" to artist of current track as string & " - " & name of current track as string')" + song="$(osascript <