mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-03-29 13:14:47 -05:00
19 lines
393 B
Python
19 lines
393 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
sailfish = AsciiArt(match=r'''"Sailfish"*''', color='4 5 7 6', ascii=r"""
|
|
${c1} _a@b
|
|
_#b (b
|
|
_@@ @_ _,
|
|
_#^@ _#*^^*gg,aa@^^
|
|
#- @@^ _a@^^
|
|
@_ *g#b
|
|
^@_ ^@_
|
|
^@_ @
|
|
@(b (b
|
|
#b(b#^
|
|
_@_#@^
|
|
_a@a*^
|
|
,a@*^
|
|
""")
|
|
|