mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-29 11:37:12 -05:00
22 lines
1.2 KiB
Python
22 lines
1.2 KiB
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
desaos = AsciiArt(match=r'''"DesaOS"''', color='2 7', ascii=r"""
|
|
${c1}███████████████████████
|
|
███████████████████████
|
|
███████████████████████
|
|
███████████████████████
|
|
████████ ███████
|
|
████████ ███████
|
|
████████ ███████
|
|
████████ ███████
|
|
████████ ███████
|
|
████████ ███████
|
|
████████ ███████
|
|
██████████████████████████████
|
|
██████████████████████████████
|
|
████████████████████████
|
|
████████████████████████
|
|
████████████████████████
|
|
""")
|
|
|