13 lines
No EOL
248 B
Python
13 lines
No EOL
248 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
guix_small = AsciiArt(match=""""guix_small"*""", color='3 7 6 1 8', ascii="""
|
|
${c1}|.__ __.|
|
|
|__ \\ / __|
|
|
\\ \\ / /
|
|
\\ \\ / /
|
|
\\ \\ / /
|
|
\\ \\/ /
|
|
\\__/
|
|
""")
|
|
|