[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:
commit
5d076fcea6
1 changed files with 37 additions and 0 deletions
37
neofetch
37
neofetch
|
@ -10817,6 +10817,43 @@ o00. k0O${c2}dddddd${c1}occ
|
|||
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"*)
|
||||
set_colors 4 3
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Reference in a new issue