diff --git a/neofetch b/neofetch index cf78c057..1c23d061 100755 --- a/neofetch +++ b/neofetch @@ -1342,7 +1342,7 @@ get_song() { # Display Artist and Title on separate lines. if [[ "$song_shorthand" == "on" ]]; then artist="${song/ -*}" - song="${song/$artist - }" + song="${song/*-}" if [[ "$song" != "$artist" ]]; then prin "Artist" "$artist"