Skip to content

Commit 2ebf79a

Browse files
hykilpikonnanorz3n
andcommitted
[PR] dylanaraps/neofetch#2239 from norz3n - Add Hybrid Linux ASCII Logo
Upstream PR: dylanaraps/neofetch#2239 Thanks to @norz3n Co-authored-by: norz3n <vellynproduction@gmail.com>
2 parents e99db35 + 50d0f24 commit 2ebf79a

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

neofetch

+23-1
Original file line numberDiff line numberDiff line change
@@ -9405,6 +9405,28 @@ WW W
94059405
EOF
94069406
;;
94079407

9408+
"Hybrid"*)
9409+
set_colors 4 12
9410+
read -rd '' ascii_data <<'EOF'
9411+
${c1} / ${c2}#
9412+
${c1}////& ${c2}#####
9413+
${c1}///// ${c2}######
9414+
${c1}///// ////////// ${c2}######
9415+
${c1}///// //////////////////// ${c2}######
9416+
${c1}////////////////////////// ${c2}######
9417+
${c1}///////// /// ${c2}######
9418+
${c1}/////// / ${c2}######
9419+
${c1}////// ${c2}######
9420+
${c1}///// ${c2}######
9421+
${c1}///// ${c2}######
9422+
${c1}///// ${c2}######
9423+
${c1}///// ${c2}######
9424+
${c1}///// ${c2}######
9425+
${c1}///// ${c2}#########
9426+
${c1}////& ${c2}########
9427+
EOF
9428+
;;
9429+
94089430
"iglunix"*|"iglu"*)
94099431
set_colors 8
94109432
read -rd '' ascii_data <<'EOF'
@@ -13298,7 +13320,7 @@ ${c3} :${c4}:::::::::::::: ${c5}.
1329813320
1329913321
EOF
1330013322
;;
13301-
13323+
1330213324
"Venom"*)
1330313325
set_colors 8 4
1330413326
read -rd '' ascii_data <<'EOF'

0 commit comments

Comments
 (0)