From ab7c6cac7dd544fd5c2422bdccd0153f018e60b8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 5 Feb 2020 00:15:22 +0200 Subject: [PATCH] neofetch: Appimage support. Closes #1403 --- neofetch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/neofetch b/neofetch index c351f556..ce5c5ea7 100755 --- a/neofetch +++ b/neofetch @@ -1502,6 +1502,10 @@ get_packages() { # Snap hangs if the command is run without the daemon running. # Only run snap if the daemon is also running. has snap && ps -e | grep -qFm 1 snapd >/dev/null && tot snap list && ((packages-=1)) + + # This is the only standard location for appimages. + # See: https://github.com/AppImage/AppImageKit/wiki + manager=appimage && has appimaged && dir ~/.local/bin/*.appimage ;; "Mac OS X"|MINIX)