13 lines
No EOL
224 B
Python
13 lines
No EOL
224 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
arch_small = AsciiArt(match=r'''"arch_small"''', color='6 7 1', ascii=r"""
|
|
${c1} /\\
|
|
/ \\
|
|
/\\ \\
|
|
${c2} / \\
|
|
/ ,, \\
|
|
/ | | -\\
|
|
/_-'' ''-_\\
|
|
""")
|
|
|