mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-30 12:07:00 -05:00
13 lines
237 B
Python
13 lines
237 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
manjaro_small = AsciiArt(match=r'''"manjaro_small"*''', color='2 7', ascii=r"""
|
|
${c1}||||||||| ||||
|
|
||||||||| ||||
|
|
|||| ||||
|
|
|||| |||| ||||
|
|
|||| |||| ||||
|
|
|||| |||| ||||
|
|
|||| |||| ||||
|
|
""")
|
|
|