We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a5ce4e + 8ee497a commit 76f3ce2Copy full SHA for 76f3ce2
neofetch
@@ -10745,6 +10745,18 @@ ${c3} ##${c2}#${c1}###########${c2}##${c3}#
10745
${c3}######${c2}#${c1}#######${c2}#${c3}######
10746
${c3}#######${c2}#${c1}#####${c2}#${c3}#######
10747
${c3} #####${c2}#######${c3}#####
10748
+EOF
10749
+ ;;
10750
+ "Linux_small")
10751
+ set_colors fg 8 3
10752
+ read -rd '' ascii_data << 'EOF'
10753
+${c2} ___
10754
+${c2} (${c1}.. ${c2}|
10755
+${c2} (${c3}<> ${c2}|
10756
+${c2} / ${c1}__ ${c2}\\
10757
+${c2} ( ${c1}/ \\ ${c2}/|
10758
+${c3}_${c2}/\\ ${c1}__)${c2}/${c3}_${c2})
10759
+${c3}\/${c2}-____${c3}\/
10760
EOF
10761
;;
10762
0 commit comments