Commit a37ee9a8 authored by Dylan Araps's avatar Dylan Araps

Merge branch 'master' of github.com:dylanaraps/neofetch

parents 6bb5a78f 19d2f4b2
...@@ -1303,6 +1303,8 @@ get_packages() { ...@@ -1303,6 +1303,8 @@ get_packages() {
# List these last as they accompany regular package managers. # List these last as they accompany regular package managers.
has "flatpak" && tot flatpak list 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. # Snap hangs if the command is run without the daemon running.
# Only run snap if the daemon is also running. # Only run snap if the daemon is also running.
...@@ -6712,6 +6714,32 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM ...@@ -6712,6 +6714,32 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
EOF 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"*) "NetBSD"*)
set_colors 5 7 set_colors 5 7
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment