hyfetch/tools/distros/aperio_gnu_linux.py

10 lines
189 B
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
2022-08-20 07:43:52 -06:00
aperio_gnu_linux = AsciiArt(match=r'''"Aperio GNU/Linux"*''', color='255', ascii=r"""
2022-08-20 07:30:23 -06:00
${c2}
_.._ _ ._.. _
(_][_)(/,[ |(_)
| GNU/Linux
""")