Skip to content

Commit

Permalink
[PR] dylanaraps/neofetch#2239 from norz3n - Add Hybrid Linux ASCII Logo
Browse files Browse the repository at this point in the history
Upstream PR: dylanaraps/neofetch#2239
Thanks to @norz3n

Co-authored-by: norz3n <vellynproduction@gmail.com>
  • Loading branch information
hykilpikonna and norz3n committed Dec 19, 2022
2 parents e99db35 + 50d0f24 commit 2ebf79a
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -13298,7 +13320,7 @@ ${c3} :${c4}:::::::::::::: ${c5}.
EOF
;;

"Venom"*)
set_colors 8 4
read -rd '' ascii_data <<'EOF'
Expand Down

0 comments on commit 2ebf79a

Please sign in to comment.