Skip to content

Commit

Permalink
[PR] dylanaraps#2417 from ACertainPersons - Added linux_small
Browse files Browse the repository at this point in the history
Upstream PR: dylanaraps#2417
Thanks to @ACertainPersons

Co-authored-by: ACertainPersons <[email protected]>
  • Loading branch information
hykilpikonna and ACertainPersons committed Dec 1, 2023
2 parents 3a5ce4e + 8ee497a commit 76f3ce2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -10745,6 +10745,18 @@ ${c3} ##${c2}#${c1}###########${c2}##${c3}#
${c3}######${c2}#${c1}#######${c2}#${c3}######
${c3}#######${c2}#${c1}#####${c2}#${c3}#######
${c3} #####${c2}#######${c3}#####
EOF
;;
"Linux_small")
set_colors fg 8 3
read -rd '' ascii_data << 'EOF'
${c2} ___
${c2} (${c1}.. ${c2}|
${c2} (${c3}<> ${c2}|
${c2} / ${c1}__ ${c2}\\
${c2} ( ${c1}/ \\ ${c2}/|
${c3}_${c2}/\\ ${c1}__)${c2}/${c3}_${c2})
${c3}\/${c2}-____${c3}\/
EOF
;;

Expand Down

0 comments on commit 76f3ce2

Please sign in to comment.