Files
hyfetch/tools/distros/rocky_small.py
T
Azalea (on HyDEV-Daisy) 1e1cddc58f [F] Fix distro name escape
2022-08-20 09:43:52 -04:00

18 lines
415 B
Python

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