neofetch: add mauna linux logo
Fixes: https://github.com/hykilpikonna/hyfetch/issues/308 Signed-off-by: Bailey Kasin <baileykasin@gmail.com>
This commit is contained in:
parent
d5b283e64d
commit
5c0662142e
1 changed files with 21 additions and 0 deletions
21
neofetch
21
neofetch
|
@ -11606,6 +11606,27 @@ ${c1} `.-://////:--`
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Mauna"*)
|
||||||
|
set_colors 4 6
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} .. :-=++++=-:
|
||||||
|
.-+*+ -********* **=
|
||||||
|
=***= +******+ =---=+*.
|
||||||
|
+**** +****+ :-=++*++=--
|
||||||
|
=****= **** :+***********+:
|
||||||
|
+****+ *** ${c2}.-- ${c1}+******-
|
||||||
|
=*****: *- ${c2}:+=: ${c1}=*****:
|
||||||
|
${c2}. ${c1}+*****: : ${c2}-+++ ${c1}:****=
|
||||||
|
${c2}-+ ${c1}:*****+ ${c2}- ++++ ${c1}:***-
|
||||||
|
${c2}-++=: ${c1}=+****: ${c2}:++ +++++ ${c1}**+
|
||||||
|
${c2} +++++= ${c1}-====-${c2}++++: +++++ ${c1}*+
|
||||||
|
${c2} .=++++++++++++++: ${c2}+++++= ${c1}.
|
||||||
|
${c2} .=+++++++++= :=+++++=
|
||||||
|
.:::--- -+++++++-
|
||||||
|
:-==++==-.
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Meowix"*)
|
"Meowix"*)
|
||||||
set_colors 1 3 3 4
|
set_colors 1 3 3 4
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Loading…
Reference in a new issue