diff --git a/neofetch b/neofetch index 8d07d920..a19793d1 100755 --- a/neofetch +++ b/neofetch @@ -1220,7 +1220,7 @@ getsong () { # Display Artist and Title on seperate lines. if [ "$song_shorthand" == "on" ]; then artist="${song/ -*}" - song=${song/*- } + song=${song/$artist - } if [ "$song" != "$artist" ]; then prin "Artist: ${artist}"