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

30 lines
No EOL
1.1 KiB
Python

from hyfetch.distro import AsciiArt
exodia_predator_os = AsciiArt(match=r'''"Exodia Predator OS"* | "exodia-predator"* | "Predator"*''', color='5 5', ascii=r"""
${c1}- :
${c1}+: :+
${c1}++. .++
${c1}+++ : . +++
${c1}+++= .+ + =+++
${c1}++++- ++ += -++++
${c1}++++++- -++ ++- -++++++
${c1}++++++++: .+++ +++. :++++++++
${c1}++++++++++: ++++ ++++ :++++++++++
${c1}+++++++++++==++++ ++++=++++++=+++++
${c1}+++++.:++++++++++ ++++++++++:.+++++
${c1}+++++. .+++++++++ +++++++++. .+++++
${c1}+++++: ++++++++ ++++++++ :+++++
${c1}++++++- =+++++++ +++++++= -++++++
${c1} :+++++= =+++++++ +++++++= =+++++:
${c1} :+++= =+++++++ +++++++= =+++:
${c1} -+= =+++++++ +++++++= ++-
${c1} : =++++++- -++++++= :
${c1} =++++- -++++=
${c1} =++= =++=
${c1} =++ ++=
${c1} =+. .+=
${c1} =- -=
${c1} : :
""")