2022-08-20 07:30:23 -06:00
|
|
|
|
|
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
|
2022-08-20 07:43:52 -06:00
|
|
|
crux_small = AsciiArt(match=r'''"crux_small" | KISS*''', color='4 5 7 6', ascii=r"""
|
2022-08-20 07:30:23 -06:00
|
|
|
${c1} ___
|
|
|
|
(${c3}.· ${c1}|
|
|
|
|
(${c2}<> ${c1}|
|
|
|
|
/ ${c3}__ ${c1}\\
|
|
|
|
( ${c3}/ \\ ${c1}/|
|
|
|
|
${c2}_${c1}/\\ ${c3}__)${c1}/${c2}_${c1})
|
|
|
|
${c2}\/${c1}-____${c2}\/
|
|
|
|
""")
|
|
|
|
|