13 lines
No EOL
233 B
Python
13 lines
No EOL
233 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
linuxlite_small = AsciiArt(match=""""linuxlite_small"*""", color='3 7', ascii="""
|
|
${c1} /\\
|
|
/ \\
|
|
/ ${c2}/ ${c1}/
|
|
> ${c2}/ ${c1}/
|
|
\\ ${c2}\\ ${c1}\\
|
|
\\_${c2}\\${c1}_\\
|
|
${c2} \\
|
|
""")
|
|
|