From 1b63672d35e037193a38847a51fdc7025a3afa7c Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 10 Mar 2016 18:48:41 +1100 Subject: [PATCH] Remove stray backslash --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/'('*}