Add Hybrid Linux Logo
This commit is contained in:
parent
cbcef65610
commit
1614fd8dbb
1 changed files with 21 additions and 22 deletions
43
neofetch
43
neofetch
|
@ -6041,6 +6041,27 @@ ${c1} ...:+oh/:::..
|
||||||
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
|
||||||
|
;;
|
||||||
"ARCHlabs"*)
|
"ARCHlabs"*)
|
||||||
set_colors 6 6 7 1
|
set_colors 6 6 7 1
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
@ -11527,28 +11548,6 @@ oMMMMmMMMMNds:.+MMMmmMMN/.-odNMMMMmMMMM+
|
||||||
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
|
|
||||||
;;
|
|
||||||
|
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue