Files
hyfetch/tools/distros/drauger.py
T
Azalea (on HyDEV-Daisy) 1e1cddc58f [F] Fix distro name escape
2022-08-20 09:43:52 -04:00

22 lines
643 B
Python

from hyfetch.distro import AsciiArt
drauger = AsciiArt(match=r'''"Drauger"*''', color='1 7', ascii=r"""
${c1} -``-
`:+``+:`
`/++``++/.
.++/. ./++.
:++/` `/++:
`/++: :++/`
./+/- -/+/.
-++/. ./++-
:++:` `:++:
`/++- -++/`
./++. ./+/.
-++/` `/++-
:++:` `:++:
`/++- -++/`
.:-.`..............................`.-:.
`.-/++++++++++++++++++++++++++++++++/-.`
""")