Compare commits
4 Commits
7.1.0-matt
...
main
Author | SHA1 | Date | |
---|---|---|---|
1b5ef803da | |||
6020c028fe | |||
9bcceaf779 | |||
409312b41b |
24
neofetch
24
neofetch
@ -1565,6 +1565,14 @@ get_packages() {
|
|||||||
has swupd && tot swupd bundle-list --quiet
|
has swupd && tot swupd bundle-list --quiet
|
||||||
has pisi && tot pisi li
|
has pisi && tot pisi li
|
||||||
has pacstall && tot pacstall -L
|
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.
|
# 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
|
if has dnf && type -p sqlite3 >/dev/null && [[ -f /var/cache/dnf/packages.db ]]; then
|
||||||
@ -5625,14 +5633,14 @@ EOF
|
|||||||
"Matter"*)
|
"Matter"*)
|
||||||
set_colors 8 8
|
set_colors 8 8
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
${c2} ______________________
|
${c2} ____________________
|
||||||
mmmmmmmmmmmmmmmmmmmmmm
|
MMMMMMMMMMMMMMMMMMMM
|
||||||
mmmmm mmmm mmmmm
|
MMMM MMMM MMMM
|
||||||
mmmmm mmmm mmmmm
|
MMMM MMMM MMMM
|
||||||
mmmmm mmmm mmmmm
|
MMMM MMMM MMMM
|
||||||
mmmmm mmmm mmmmm
|
MMMM MMMM MMMM
|
||||||
mmmmm mmmm mmmmm
|
MMMM MMMM MMMM
|
||||||
mmmmm mmmm mmmmm
|
MMMM MMMM MMMM
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user