hyfetch/tools/distros/darkos.py

27 lines
2.7 KiB
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
2022-08-20 07:43:52 -06:00
darkos = AsciiArt(match=r'''"DarkOs"''', color='1 6 5 3 2', ascii=r"""
2022-08-20 07:30:23 -06:00
${c3}
${c1}
${c5}
${c6}
${c2}
${c1}
${c4}
${c5}
${c2}
${c3}
${c1}
${c6}
${c5}
${c3}
${c2}
${c6}
${c1}
${c4}
${c3}
${c5}
""")