hyfetch/tools/distros/Haiku.py

20 lines
566 B
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
Haiku = AsciiArt(match=""""Haiku"*""", color='1 3 7 2', ascii="""
${c3}
MMMM MMMM
MMMM MMMM
MMMM MMMM
MMMM MMMM
MMMM${c4} .ciO| /YMMMMM*"
${c3} MMMM${c4} .cOMMMMM|/MMMMM/`
, ,iMM|/MMMMMMMMMMMMMMM*
`*.__,-cMMMMMMMMMMMMMMMMM/`${c3}.MMM
MM${c4}MMMMMMM/`:MMM/ ${c3}MMMM
MMMM MMMM
MMMM MMMM
\"""" \""""
""")