13 lines
No EOL
237 B
Python
13 lines
No EOL
237 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
manjaro_small = AsciiArt(match=r'''"manjaro_small"*''', color='2 7', ascii=r"""
|
|
${c1}||||||||| ||||
|
|
||||||||| ||||
|
|
|||| ||||
|
|
|||| |||| ||||
|
|
|||| |||| ||||
|
|
|||| |||| ||||
|
|
|||| |||| ||||
|
|
""")
|
|
|