14 lines
No EOL
361 B
Python
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} ##
|
|
## ##
|
|
###############
|
|
""")
|
|
|