18 lines
413 B
Python
18 lines
413 B
Python
|
|
|
||
|
|
from hyfetch.distro import AsciiArt
|
||
|
|
|
||
|
|
rocky_small = AsciiArt(match=""""rocky_small"*""", color='2', ascii="""
|
||
|
|
${c1} `-/+++++++++/-.`
|
||
|
|
`-+++++++++++++++++-`
|
||
|
|
.+++++++++++++++++++++.
|
||
|
|
-+++++++++++++++++++++++.
|
||
|
|
+++++++++++++++/-/+++++++
|
||
|
|
+++++++++++++/. ./+++++
|
||
|
|
+++++++++++:. ./+++
|
||
|
|
+++++++++:` `:/:` .:/
|
||
|
|
-++++++:` .:+++++:`
|
||
|
|
.+++-` ./+++++++++:`
|
||
|
|
`-` ./+++++++++++-
|
||
|
|
-+++++++++:-.`
|
||
|
|
""")
|
||
|
|
|