18 lines
No EOL
775 B
Python
18 lines
No EOL
775 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
cleanjaro = AsciiArt(match=r'''"Cleanjaro"*''', color='7 7', ascii=r"""
|
|
${c1}███████▌ ████████████████
|
|
███████▌ ████████████████
|
|
███████▌ ████████████████
|
|
███████▌
|
|
███████▌
|
|
███████▌
|
|
███████▌
|
|
███████▌
|
|
█████████████████████████
|
|
█████████████████████████
|
|
█████████████████████████
|
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
|
""")
|
|
|