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