mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-05-01 04:27:24 -05:00
13 lines
376 B
Python
13 lines
376 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
cleanjaro_small = AsciiArt(match=r'''"cleanjaro_small"*''', color='7 7', ascii=r"""
|
|
${c1}█████ ██████████
|
|
█████ ██████████
|
|
█████
|
|
█████
|
|
█████
|
|
████████████████
|
|
████████████████
|
|
""")
|
|
|