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

27 lines
No EOL
2.6 KiB
Python

from hyfetch.distro import AsciiArt
MatuusOS = AsciiArt(match=""""MatuusOS"*""", color='9 11 0', ascii="""
${c2}
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░▒▓▓████▓▒▒░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░▒▓████████████▓░░░░░░░░░░░░░░
░░░░░░░░░░░░▓████████████████▒░░░░░░░░░░░░
░░░░░░░░░░░▓██████████████████▒░░░░░░░░░░░
░░░░░░░░░░▓████▒▓███████▓▓█████░░░░░░░░░░░
░░░░░░░░░░██████▓░▓████▒░██████▓░░░░░░░░░░
░░░░░░░░░▒███████▓░▒▓▒░░████████░░░░░░░░░░
░░░░░░░░░▒█████████▒░░░█████████░░░░░░░░░░
░░░░░░░░░░██████████▓▒██████████░░░░░░░░░░
░░░░░░░░░░▓████████████████████▒░░░░░░░░░░
░░░░░░░░░░░███████████████████▓░░░░░░░░░░░
░░░░░░░░░░░░█████████████████▓░░░░░░░░░░░░
░░░░░░░░░░░░░▓██████████████▒░░░░░░░░░░░░░
░░░░░░░░░░░░░░░▒▓████████▓░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
""")