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

18 lines
No EOL
415 B
Python

from hyfetch.distro import AsciiArt
rocky_small = AsciiArt(match=r'''"rocky_small"*''', color='2', ascii=r"""
${c1} `-/+++++++++/-.`
`-+++++++++++++++++-`
.+++++++++++++++++++++.
-+++++++++++++++++++++++.
+++++++++++++++/-/+++++++
+++++++++++++/. ./+++++
+++++++++++:. ./+++
+++++++++:` `:/:` .:/
-++++++:` .:+++++:`
.+++-` ./+++++++++:`
`-` ./+++++++++++-
-+++++++++:-.`
""")