29 lines
No EOL
834 B
Python
29 lines
No EOL
834 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
nutyx = AsciiArt(match=r'''"NuTyX"*''', color='4 1', ascii=r"""
|
|
${c1} .
|
|
.
|
|
...
|
|
...
|
|
.... .........--.
|
|
..-++-----....--++++++---.
|
|
.-++++++-. .-++++++++++++-----..
|
|
.--... .++..-+++--.....-++++++++++--..
|
|
. .-+-. .**- .... ..-+----..
|
|
.+++. .*+. + -++-----.
|
|
.+++++- ++. .*+. .....-+++-----.
|
|
-+++-++. .+. .-+***++***++--++++. .
|
|
-+-. -- -. -*- ...... ..--.
|
|
.-. .+- . -+.
|
|
. .+- +.
|
|
-- --
|
|
-+----. .-
|
|
-++-.+. .
|
|
.++. --
|
|
+. ----.
|
|
. .+. ..
|
|
- .
|
|
.
|
|
""")
|
|
|