hyfetch/tools/distros/hydroos.py

15 lines
429 B
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
2022-08-20 07:43:52 -06:00
hydroos = AsciiArt(match=r'''"HydroOS"*''', color='1 2 3 4 5', ascii=r"""
2022-08-20 07:30:23 -06:00
${c1}
_ _ _ ____ _____
| | | | | | / __ \ / ____|
| |__| |_ _ __| |_ __ ___ | | | | (___
| __ | | | |/ _` | '__/ _ \| | | |\___ \
| | | | |_| | (_| | | | (_) | |__| |____) |
|_| |_|\__, |\__,_|_| \___/ \____/|_____/
__/ |
|___/
""")