23 lines
No EOL
650 B
Python
23 lines
No EOL
650 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
finnix = AsciiArt(match=r'''"Finnix"*''', color='4 7 7', ascii=r"""
|
|
${c1} ,,:;;;;:,,
|
|
,;*%S########S%*;,
|
|
;?#################S?:
|
|
:%######################?:
|
|
+##########################;
|
|
+############################;
|
|
:#############.**,#############,
|
|
*###########+ +###########+
|
|
?########## ${c3}Finnix${c1} ##########*
|
|
*###########, ,###########+
|
|
:#############%..%#############,
|
|
*############################+
|
|
*##########################+
|
|
;S######################%:
|
|
,+%##################%;
|
|
:+?S##########S?+:
|
|
,:;++++;:,
|
|
""")
|
|
|