22 lines
No EOL
1.2 KiB
Python
22 lines
No EOL
1.2 KiB
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
desaos = AsciiArt(match=r'''"DesaOS"''', color='2 7', ascii=r"""
|
|
${c1}███████████████████████
|
|
███████████████████████
|
|
███████████████████████
|
|
███████████████████████
|
|
████████ ███████
|
|
████████ ███████
|
|
████████ ███████
|
|
████████ ███████
|
|
████████ ███████
|
|
████████ ███████
|
|
████████ ███████
|
|
██████████████████████████████
|
|
██████████████████████████████
|
|
████████████████████████
|
|
████████████████████████
|
|
████████████████████████
|
|
""")
|
|
|