mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-23 00:58:12 -05:00
18 lines
415 B
Python
18 lines
415 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
rocky_small = AsciiArt(match=r'''"rocky_small"*''', color='2', ascii=r"""
|
|
${c1} `-/+++++++++/-.`
|
|
`-+++++++++++++++++-`
|
|
.+++++++++++++++++++++.
|
|
-+++++++++++++++++++++++.
|
|
+++++++++++++++/-/+++++++
|
|
+++++++++++++/. ./+++++
|
|
+++++++++++:. ./+++
|
|
+++++++++:` `:/:` .:/
|
|
-++++++:` .:+++++:`
|
|
.+++-` ./+++++++++:`
|
|
`-` ./+++++++++++-
|
|
-+++++++++:-.`
|
|
""")
|
|
|