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