hyfetch/tools/distros/rocky_small.py

18 lines
413 B
Python
Raw Normal View History

2022-08-20 09:30:23 -04:00
from hyfetch.distro import AsciiArt
rocky_small = AsciiArt(match=""""rocky_small"*""", color='2', ascii="""
${c1} `-/+++++++++/-.`
`-+++++++++++++++++-`
.+++++++++++++++++++++.
-+++++++++++++++++++++++.
+++++++++++++++/-/+++++++
+++++++++++++/. ./+++++
+++++++++++:. ./+++
+++++++++:` `:/:` .:/
-++++++:` .:+++++:`
.+++-` ./+++++++++:`
`-` ./+++++++++++-
-+++++++++:-.`
""")