hyfetch/tools/distros/gnu.py
2022-08-20 09:43:52 -04:00

24 lines
No EOL
643 B
Python

from hyfetch.distro import AsciiArt
gnu = AsciiArt(match=r'''"GNU"*''', color='fg 7', ascii=r"""
${c1} _-`````-, ,- '- .
.' .- - | | - -. `.
/.' / `. \
:/ : _... ..._ `` :
:: : /._ .`:'_.._\. || :
:: `._ ./ ,` : \ . _.'' .
`:. / | -. \-. \\_ /
\:._ _/ .' .@) \@) ` `\ ,.'
_/,--' .- .\,-.`--`.
,'/'' (( \ ` )
/'/' \ `-' (
'/'' `._,-----'
''/' .,---'
''/' ;:
''/'' ''/
''/''/''
'/'/'
`;
""")