hyfetch/tools/distros/serene.py

26 lines
916 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
serene = AsciiArt(match=r'''"Serene"*''', color='6 6', ascii=r"""
2022-08-20 07:30:23 -06:00
${c1} __---''''''---__
. .
: :
- _______----_-
s __----''' __----
__h_ _-' _-' h
'-._''--.._ ; _-' y
: ''-._ '-._/ _-' :
y ':_ _--'' y
m .--'' '-._.;' m
m : : m
y '.._ '-__ y
: '--._ '''----___ :
y '--._ ''-- _ y
h '--._ : h
s __'; vs
- __..--'' -
:_..--'' :
. _ .
`''---______---''-``
""")