hyfetch/tools/distros/serene.py
2022-08-20 09:43:52 -04:00

26 lines
No EOL
916 B
Python

from hyfetch.distro import AsciiArt
serene = AsciiArt(match=r'''"Serene"*''', color='6 6', ascii=r"""
${c1} __---''''''---__
. .
: :
- _______----_-
s __----''' __----
__h_ _-' _-' h
'-._''--.._ ; _-' y
: ''-._ '-._/ _-' :
y ':_ _--'' y
m .--'' '-._.;' m
m : : m
y '.._ '-__ y
: '--._ '''----___ :
y '--._ ''-- _ y
h '--._ : h
s __'; vs
- __..--'' -
:_..--'' :
. _ .
`''---______---''-``
""")