[M] Move distros into hyfetch
This commit is contained in:
parent
0897d468a8
commit
6404b37b9e
326 changed files with 408 additions and 2 deletions
10
hyfetch/distros/aperio_gnu_linux.py
Normal file
10
hyfetch/distros/aperio_gnu_linux.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
from hyfetch.distro import AsciiArt
|
||||
|
||||
aperio_gnu_linux = AsciiArt(match=r'''"Aperio GNU/Linux"*''', color='255', ascii=r"""
|
||||
${c2}
|
||||
_.._ _ ._.. _
|
||||
(_][_)(/,[ |(_)
|
||||
| GNU/Linux
|
||||
""")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue