19 lines
No EOL
478 B
Python
19 lines
No EOL
478 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
antix = AsciiArt(match=r'''"antiX"*''', color='1 7 3', ascii=r"""
|
|
${c1}
|
|
\
|
|
, - ~ ^ ~ - \ /
|
|
, ' \ ' , /
|
|
, \ '/
|
|
, \ / ,
|
|
,___, \/ ,
|
|
/ | _ _ _|_ o /\ ,
|
|
|, | / |/ | | | / \ ,
|
|
\,_/\_/ | |_/|_/|_/_/ \,
|
|
, / ,\
|
|
, / , ' \
|
|
' - , _ _ _ , '
|
|
""")
|
|
|