From 0800cf0dfd1e78b5dbdbf93222b87a3f0c697511 Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Sun, 16 Sep 2018 18:12:32 +0200 Subject: [PATCH 1/2] OS: Add Namib GNU/Linux --- neofetch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/neofetch b/neofetch index 27a0be1d..e28786ad 100755 --- a/neofetch +++ b/neofetch @@ -6722,6 +6722,32 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM EOF ;; + "Namib"*) + set_colors 1 + read -rd '' ascii_data <<'EOF' +${c1} .:+shysyhhhhysyhs+:. + -/yyys syyy/- + -shy yhs- + -yhs shy- + +hy yh+ + +ds sd+ +/ys so sy/ +sh smMMNdyo hs +yo ymMMMMNNMMNho oy +N ydMMMNNMMMMMMMMMmy N +N shmMMMMNNMMMMMMMMMMMMMNy N +yo ooshmNMMMNNNNMMMMMMMMMMMMMMMMMms oy +sd yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy ds +/ys sy/ + +ds sd+ + +hy yh+ + -yhs shy- + -shy yhs- + -/yyys syyy/- + .:+shysyhyhhysyhs+:. +EOF + ;; + "NetBSD"*) set_colors 5 7 read -rd '' ascii_data <<'EOF' From 4e33cf2f61298ce5e962e63dabff0f7d721ff855 Mon Sep 17 00:00:00 2001 From: appadeia Date: Thu, 4 Oct 2018 23:25:04 -0400 Subject: [PATCH 2/2] Add support for puyo & spm --- neofetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neofetch b/neofetch index 27a0be1d..f46abb04 100755 --- a/neofetch +++ b/neofetch @@ -1303,6 +1303,8 @@ get_packages() { # List these last as they accompany regular package managers. has "flatpak" && tot flatpak list + has "spm" && tot spm list -i + has "puyo" && dir ~/.puyo/installed # Snap hangs if the command is run without the daemon running. # Only run snap if the daemon is also running.