diff --git a/neofetch b/neofetch index 7912f9b8..b34655ab 100755 --- a/neofetch +++ b/neofetch @@ -1216,8 +1216,7 @@ get_song() { } case "${player/*\/}" in - "mopidy"*) song="$(mpc current)" ;; - "mpd"*) song="$(mpc current)" ;; + "mpd"* | "mopidy"*) song="$(mpc current)" ;; "mocp"*) song="$(mocp -Q "%artist - %song")" ;; "google play"*) song="$(gpmdp-remote current)" ;; "rhythmbox"*) song="$(rhythmbox-client --print-playing)" ;;