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