hyfetch/tools/distros/linuxlite_small.py
2022-08-20 09:43:52 -04:00

13 lines
No EOL
235 B
Python

from hyfetch.distro import AsciiArt
linuxlite_small = AsciiArt(match=r'''"linuxlite_small"*''', color='3 7', ascii=r"""
${c1} /\\
/ \\
/ ${c2}/ ${c1}/
> ${c2}/ ${c1}/
\\ ${c2}\\ ${c1}\\
\\_${c2}\\${c1}_\\
${c2} \\
""")