[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
22
neofetch
22
neofetch
|
@ -9405,6 +9405,28 @@ WW W
|
|||
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"*)
|
||||
set_colors 8
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Reference in a new issue