diff --git a/neofetch b/neofetch index 306461d2..c1be7cec 100755 --- a/neofetch +++ b/neofetch @@ -1094,7 +1094,7 @@ getsong () { dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 \ org.freedesktop.DBus.Properties.Get string:'org.mpris.MediaPlayer2.Player' string:'Metadata' |\ awk -F 'string "' '/string|array/ {printf "%s",$2; next}{print ""}' |\ - awk -F '"' '/artist|title/ {printf $2 " - "}'\ + awk -F '"' '/artist|title/ {printf $2 " - "}' )" song=${song% - } song=${song/'('*}