27 lines
No EOL
797 B
Python
27 lines
No EOL
797 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
gnome = AsciiArt(match=r'''"GNOME"*''', color='4', ascii=r"""
|
|
${c1} ,@@@@@@@@,
|
|
@@@@@@ @@@@@@@@@@@@
|
|
,@@. @@@@@@@ *@@@@@@@@@@@@
|
|
@@@@@% @@@@@@( @@@@@@@@@@@&
|
|
@@@@@@ @@@@* @@@@@@@@@#
|
|
@@@@* @@@@, *@@@@@%
|
|
@@@@@.
|
|
@@@@# @@@@@@@@@@@@@@@@
|
|
,@@@@@@@@@@@@@@@@@@@@@@@,
|
|
,@@@@@@@@@@@@@@@@@@@@@@@@@@&
|
|
.@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
|
@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
|
@@@@@@@@@@@@@@@@@@@@@@@@(
|
|
@@@@@@@@@@@@@@@@@@@@%
|
|
@@@@@@@@@@@@@@@@
|
|
@@@@@@@@@@@@* @@@@@@@@/
|
|
&@@@@@@@@@@ @@@@@@@@@*
|
|
@@@@@@@@@@@, @@@@@@@@@*
|
|
,@@@@@@@@@@@@@@@@@@@@&
|
|
&@@@@@@@@@@@@@@
|
|
...
|
|
""")
|
|
|