Compare commits

...

4 Commits

Author SHA1 Message Date
ngn
1b5ef803da fix: update package manager name 2024-08-16 06:51:24 +03:00
ngn
6020c028fe update: use the new package manager 2024-08-16 06:49:22 +03:00
ngn
9bcceaf779 Add mp to packages output 2024-02-03 13:25:11 +03:00
ngn
409312b41b updated neofetch logo 2024-01-15 20:06:04 +03:00

View File

@ -1566,6 +1566,14 @@ get_packages() {
has pisi && tot pisi li
has pacstall && tot pacstall -L
if has matt; then
matt_pkgs=$(matt list --grep | grep -v ">>>")
while IFS= read -r line; do
packages+=( $line )
done <<< "$matt_pkgs"
pac $((${#packages[@]}-pkgs_h))
fi
# Using the dnf package cache is much faster than rpm.
if has dnf && type -p sqlite3 >/dev/null && [[ -f /var/cache/dnf/packages.db ]]; then
pac "$(sqlite3 /var/cache/dnf/packages.db "SELECT count(pkg) FROM installed")"
@ -5625,14 +5633,14 @@ EOF
"Matter"*)
set_colors 8 8
read -rd '' ascii_data <<'EOF'
${c2} ______________________
mmmmmmmmmmmmmmmmmmmmmm
mmmmm mmmm mmmmm
mmmmm mmmm mmmmm
mmmmm mmmm mmmmm
mmmmm mmmm mmmmm
mmmmm mmmm mmmmm
mmmmm mmmm mmmmm
${c2} ____________________
MMMMMMMMMMMMMMMMMMMM
MMMM MMMM MMMM
MMMM MMMM MMMM
MMMM MMMM MMMM
MMMM MMMM MMMM
MMMM MMMM MMMM
MMMM MMMM MMMM
EOF
;;