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

14 lines
No EOL
361 B
Python

from hyfetch.distro import AsciiArt
ubuntu_touch = AsciiArt(match=r'''"Ubuntu Touch"*''', color='3 7', ascii=r"""
${c1}
###############
## ##
## ${c2}##${c1} ${c2}##${c1} ##
## ${c2}##${c1} ${c2}#${c1} ${c2}#${c1} ${c2}##${c1} ##
## ${c2}###${c1} ##
## ##
###############
""")