Add Hybrid Linux Logo
This commit is contained in:
parent
ccd5d9f526
commit
cbcef65610
1 changed files with 22 additions and 0 deletions
22
neofetch
22
neofetch
|
@ -11527,6 +11527,28 @@ oMMMMmMMMMNds:.+MMMmmMMN/.-odNMMMMmMMMM+
|
|||
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
|
||||
;;
|
||||
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue