diff --git a/neofetch b/neofetch index 9fa4740e..ee92cf6d 100755 --- a/neofetch +++ b/neofetch @@ -1223,9 +1223,7 @@ get_song() { "guayadeque"*) get_song_dbus "guayadeque" ;; "cmus"*) - artist="$(cmus-remote -Q | grep -F "tag artist ")" - title="$(cmus-remote -Q | grep -F "tag title")" - song="${artist/tag artist} - ${title/tag title}" + song="$(cmus-remote -Q | awk '/tag artist/ {$1=$2=""; print; print " - "} /tag title/ {$1=$2=""; print}')" ;; "spotify"*)