[PR] dylanaraps/neofetch#2417 from ACertainPersons - Added linux_small
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2417 Thanks to @ACertainPersons Co-authored-by: ACertainPersons <127463096+ACertainPersons@users.noreply.github.com>
This commit is contained in:
commit
76f3ce2608
1 changed files with 12 additions and 0 deletions
12
neofetch
12
neofetch
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue