mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-20 15:47:52 -05:00
13 lines
250 B
Python
13 lines
250 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
guix_small = AsciiArt(match=r'''"guix_small"*''', color='3 7 6 1 8', ascii=r"""
|
|
${c1}|.__ __.|
|
|
|__ \\ / __|
|
|
\\ \\ / /
|
|
\\ \\ / /
|
|
\\ \\ / /
|
|
\\ \\/ /
|
|
\\__/
|
|
""")
|
|
|