mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-22 00:27:59 -05:00
18 lines
775 B
Python
18 lines
775 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
cleanjaro = AsciiArt(match=r'''"Cleanjaro"*''', color='7 7', ascii=r"""
|
|
${c1}███████▌ ████████████████
|
|
███████▌ ████████████████
|
|
███████▌ ████████████████
|
|
███████▌
|
|
███████▌
|
|
███████▌
|
|
███████▌
|
|
███████▌
|
|
█████████████████████████
|
|
█████████████████████████
|
|
█████████████████████████
|
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
|
""")
|
|
|