14 lines
No EOL
244 B
Python
14 lines
No EOL
244 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
mac_small = AsciiArt(match=r'''"mac"*"_small"''', color='2 3 1 5 4', ascii=r"""
|
|
${c1} .:'
|
|
_ :'_
|
|
${c2} .'`_`-'_``.
|
|
:________.-'
|
|
${c3}:_______:
|
|
:_______:
|
|
${c4} :_______`-;
|
|
${c5} `._.-._.'
|
|
""")
|
|
|