[PR] dylanaraps/neofetch#2239 from norz3n - Add Hybrid Linux ASCII Logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2239 Thanks to @norz3n Co-authored-by: norz3n <vellynproduction@gmail.com>
This commit is contained in:
commit
2ebf79a0d9
1 changed files with 23 additions and 1 deletions
24
neofetch
24
neofetch
|
@ -9405,6 +9405,28 @@ WW W
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Hybrid"*)
|
||||||
|
set_colors 4 12
|
||||||
|
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}######
|
||||||
|
${c1}///// ${c2}######
|
||||||
|
${c1}///// ${c2}######
|
||||||
|
${c1}///// ${c2}######
|
||||||
|
${c1}///// ${c2}#########
|
||||||
|
${c1}////& ${c2}########
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"iglunix"*|"iglu"*)
|
"iglunix"*|"iglu"*)
|
||||||
set_colors 8
|
set_colors 8
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
@ -13298,7 +13320,7 @@ ${c3} :${c4}:::::::::::::: ${c5}.
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Venom"*)
|
"Venom"*)
|
||||||
set_colors 8 4
|
set_colors 8 4
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Loading…
Reference in a new issue