Files
hyfetch/tools/distros/DesaOS.py
T
Azalea (on HyDEV-Daisy) b9773b989d [+] Export distros
2022-08-20 09:30:23 -04:00

22 lines
1.2 KiB
Python

from hyfetch.distro import AsciiArt
DesaOS = AsciiArt(match=""""DesaOS"""", color='2 7', ascii="""
${c1}███████████████████████
███████████████████████
███████████████████████
███████████████████████
████████ ███████
████████ ███████
████████ ███████
████████ ███████
████████ ███████
████████ ███████
████████ ███████
██████████████████████████████
██████████████████████████████
████████████████████████
████████████████████████
████████████████████████
""")