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