[F] Fix distro name escape
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
|
||||
gnome = AsciiArt(match=r'''"GNOME"*''', color='4', ascii=r"""
|
||||
${c1} ,@@@@@@@@,
|
||||
@@@@@@ @@@@@@@@@@@@
|
||||
,@@. @@@@@@@ *@@@@@@@@@@@@
|
||||
@@@@@% @@@@@@( @@@@@@@@@@@&
|
||||
@@@@@@ @@@@* @@@@@@@@@#
|
||||
@@@@* @@@@, *@@@@@%
|
||||
@@@@@.
|
||||
@@@@# @@@@@@@@@@@@@@@@
|
||||
,@@@@@@@@@@@@@@@@@@@@@@@,
|
||||
,@@@@@@@@@@@@@@@@@@@@@@@@@@&
|
||||
.@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
@@@@@@@@@@@@@@@@@@@@@@@@(
|
||||
@@@@@@@@@@@@@@@@@@@@%
|
||||
@@@@@@@@@@@@@@@@
|
||||
@@@@@@@@@@@@* @@@@@@@@/
|
||||
&@@@@@@@@@@ @@@@@@@@@*
|
||||
@@@@@@@@@@@, @@@@@@@@@*
|
||||
,@@@@@@@@@@@@@@@@@@@@&
|
||||
&@@@@@@@@@@@@@@
|
||||
...
|
||||
""")
|
||||
|
||||
Reference in New Issue
Block a user