13 lines
374 B
Python
13 lines
374 B
Python
|
|
||
|
from hyfetch.distro import AsciiArt
|
||
|
|
||
|
cleanjaro_small = AsciiArt(match=""""cleanjaro_small"*""", color='7 7', ascii="""
|
||
|
${c1}█████ ██████████
|
||
|
█████ ██████████
|
||
|
█████
|
||
|
█████
|
||
|
█████
|
||
|
████████████████
|
||
|
████████████████
|
||
|
""")
|
||
|
|