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