Files
hyfetch/tools/distros/Ubuntu_Touch.py
T
Azalea (on HyDEV-Daisy) b9773b989d [+] Export distros
2022-08-20 09:30:23 -04:00

14 lines
359 B
Python

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