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

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}|
\\_________/
""")