From 638f27dd8791a2bb02ae1a63d2d4025e17376aaa Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 13 Nov 2024 10:48:40 -0500 Subject: [PATCH] feat: support leaf --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 48b96d21..03838993 100755 --- a/neofetch +++ b/neofetch @@ -1565,6 +1565,7 @@ get_packages() { has swupd && tot swupd bundle-list --quiet has pisi && tot pisi li has pacstall && tot pacstall -L + has leaf && tot leaf list # 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