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