13 lines
No EOL
281 B
Python
13 lines
No EOL
281 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
linuxmint_small = AsciiArt(match=r'''"linuxmint_small"*''', color='2 7', ascii=r"""
|
|
${c1} ___________
|
|
|_ \\
|
|
| ${c2}| _____ ${c1}|
|
|
| ${c2}| | | | ${c1}|
|
|
| ${c2}| | | | ${c1}|
|
|
| ${c2}\\__${c2}___/ ${c1}|
|
|
\\_________/
|
|
""")
|
|
|