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

16 lines
No EOL
393 B
Python

from hyfetch.distro import AsciiArt
guix = AsciiArt(match=r'''"Guix"*''', color='3 7 6 1 8', ascii=r"""
${c1} .. `.
`--..```..` `..```..--`
.-:///-:::. `-:::///:-.
````.:::` `:::.````
-//:` -::-
://: -::-
`///- .:::`
-+++-:::.
:+/:::-
`-....`
""")