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

27 lines
No EOL
797 B
Python

from hyfetch.distro import AsciiArt
gnome = AsciiArt(match=r'''"GNOME"*''', color='4', ascii=r"""
${c1} ,@@@@@@@@,
@@@@@@ @@@@@@@@@@@@
,@@. @@@@@@@ *@@@@@@@@@@@@
@@@@@% @@@@@@( @@@@@@@@@@@&
@@@@@@ @@@@* @@@@@@@@@#
@@@@* @@@@, *@@@@@%
@@@@@.
@@@@# @@@@@@@@@@@@@@@@
,@@@@@@@@@@@@@@@@@@@@@@@,
,@@@@@@@@@@@@@@@@@@@@@@@@@@&
.@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@(
@@@@@@@@@@@@@@@@@@@@%
@@@@@@@@@@@@@@@@
@@@@@@@@@@@@* @@@@@@@@/
&@@@@@@@@@@ @@@@@@@@@*
@@@@@@@@@@@, @@@@@@@@@*
,@@@@@@@@@@@@@@@@@@@@&
&@@@@@@@@@@@@@@
...
""")