16 lines
No EOL
393 B
Python
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} .. `.
|
|
`--..```..` `..```..--`
|
|
.-:///-:::. `-:::///:-.
|
|
````.:::` `:::.````
|
|
-//:` -::-
|
|
://: -::-
|
|
`///- .:::`
|
|
-+++-:::.
|
|
:+/:::-
|
|
`-....`
|
|
""")
|
|
|