hyfetch/tools/distros/mac_small.py

14 lines
244 B
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
2022-08-20 07:43:52 -06:00
mac_small = AsciiArt(match=r'''"mac"*"_small"''', color='2 3 1 5 4', ascii=r"""
2022-08-20 07:30:23 -06:00
${c1} .:'
_ :'_
${c2} .'`_`-'_``.
:________.-'
${c3}:_______:
:_______:
${c4} :_______`-;
${c5} `._.-._.'
""")