Skip to content

Commit 76f3ce2

Browse files
[PR] dylanaraps/neofetch#2417 from ACertainPersons - Added linux_small
Upstream PR: dylanaraps/neofetch#2417 Thanks to @ACertainPersons Co-authored-by: ACertainPersons <[email protected]>
2 parents 3a5ce4e + 8ee497a commit 76f3ce2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

neofetch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10745,6 +10745,18 @@ ${c3} ##${c2}#${c1}###########${c2}##${c3}#
1074510745
${c3}######${c2}#${c1}#######${c2}#${c3}######
1074610746
${c3}#######${c2}#${c1}#####${c2}#${c3}#######
1074710747
${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}\/
1074810760
EOF
1074910761
;;
1075010762

0 commit comments

Comments
 (0)