ASCII: Add mac_small
This commit is contained in:
parent
de108fec2b
commit
bc549ce075
2 changed files with 13 additions and 0 deletions
8
ascii/distro/mac_small
Normal file
8
ascii/distro/mac_small
Normal file
|
@ -0,0 +1,8 @@
|
|||
${c1} .:'
|
||||
_ :'_
|
||||
${c2} .'`_`-'_``.
|
||||
:________.-'
|
||||
${c3}:_______:
|
||||
:_______:
|
||||
${c4} :_______`-;
|
||||
${c5} `._.-._.'
|
5
neofetch
5
neofetch
|
@ -3187,6 +3187,11 @@ get_distro_colors() {
|
|||
ascii_file="lubuntu"
|
||||
;;
|
||||
|
||||
"mac"*"_small")
|
||||
set_colors 2 3 1 5 4
|
||||
ascii_file="mac_small"
|
||||
;;
|
||||
|
||||
"mac" | "Darwin")
|
||||
set_colors 2 3 1 1 5 4
|
||||
ascii_file="mac"
|
||||
|
|
Loading…
Reference in a new issue