diff --git a/neofetch b/neofetch index 014b96e..6a3a613 100755 --- a/neofetch +++ b/neofetch @@ -1567,7 +1567,7 @@ get_packages() { has pacstall && tot pacstall -L if has mp; then - mppkgs=$(MP_GREP=1 mp-list | grep -v ">>>") + mppkgs=$(matt list --grep | grep -v ">>>") while IFS= read -r line; do packages+=( $line ) done <<< "$mppkgs"