diff --git a/neofetch b/neofetch index cf78c057..a6bcb872 100755 --- a/neofetch +++ b/neofetch @@ -1337,7 +1337,7 @@ get_song() { ;; esac - [[ "$(trim "$song")" = "-" ]] && unset -v song + [[ "$(trim "$song")" == "-" ]] && unset -v song # Display Artist and Title on separate lines. if [[ "$song_shorthand" == "on" ]]; then