Compare commits
3 Commits
7.1.0-matt
...
main
Author | SHA1 | Date | |
---|---|---|---|
1b5ef803da | |||
6020c028fe | |||
9bcceaf779 |
8
neofetch
8
neofetch
@ -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")"
|
||||
|
Loading…
x
Reference in New Issue
Block a user