diff --git a/neofetch b/neofetch index 9cf0f049..b3712b2e 100755 --- a/neofetch +++ b/neofetch @@ -1192,7 +1192,7 @@ getmemory () { # Song {{{ getsong () { - if pgrep "mpd" >/dev/null 2>&1; then + if mpc version >/dev/null 2>&1; then song="$(mpc current 2>/dev/null)" state=$(mpc | awk -F '\\[|\\]' '/\[/ {printf $2}' 2>/dev/null)