[PR] dylanaraps/neofetch#2407 from Online122228 - added MainsailOS support and ascii art

Upstream PR: https://github.com/dylanaraps/neofetch/pull/2407
Thanks to @Online122228

Co-authored-by: Online122228 <pemtimdukaj@hotmail.com>
This commit is contained in:
Azalea 2023-11-01 00:23:51 -04:00
commit 5d076fcea6

View file

@ -10817,6 +10817,43 @@ o00. k0O${c2}dddddd${c1}occ
EOF EOF
;; ;;
"MainsailOS_small"*)
set_colors 1
read -rd '' ascii_data <<'EOF'
${c1} -:
+%*
.#%%+
-%%%: +=
+%%#..#%%-
.#%%+ -%%%- +=
-%%%- +%%#..#%%+
EOF
;;
"MainsailOS"*)
set_colors 1
read -rd '' ascii_data <<'EOF'
${c1} -
*%:
:%%%#
=%%%%%-
*%%%%%%#
:#%%%%%%%#.
-%%%%%%%%+
*%%%%%%%%- :
.#%%%%%%%#. *%=
-%%%%%%%%+ :#%%%*
+%%%%%%%%- =%%%%%%#.
.#%%%%%%%#. *%%%%%%%%:
-%%%%%%%%* :#%%%%%%%#.
+%%%%%%%%- =%%%%%%%%+ :%*.
.#%%%%%%%#: *%%%%%%%%- +%%%%*:
:%%%%%%%%* :#%%%%%%%#. .*%%%%%%%*
+%%%%%%%%= -%%%%%%%%+ :%%%%%%%%*
.#%%%%%%%%: *%%%%%%%%- =%%%%%%%%=
EOF
;;
"Mandriva"* | "Mandrake"*) "Mandriva"* | "Mandrake"*)
set_colors 4 3 set_colors 4 3
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'