Merge branch 'master' of github.com:dylanaraps/neofetch
This commit is contained in:
commit
a37ee9a833
28
neofetch
28
neofetch
|
@ -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
|
||||||
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'
|
||||||
|
|
Reference in New Issue