2022-08-20 09:30:23 -04:00
|
|
|
|
|
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
|
2022-08-20 09:43:52 -04:00
|
|
|
linuxmint_small = AsciiArt(match=r'''"linuxmint_small"*''', color='2 7', ascii=r"""
|
2022-08-20 09:30:23 -04:00
|
|
|
${c1} ___________
|
|
|
|
|_ \\
|
|
|
|
| ${c2}| _____ ${c1}|
|
|
|
|
| ${c2}| | | | ${c1}|
|
|
|
|
| ${c2}| | | | ${c1}|
|
|
|
|
| ${c2}\\__${c2}___/ ${c1}|
|
|
|
|
\\_________/
|
|
|
|
""")
|
|
|
|
|