24 lines
No EOL
673 B
Python
24 lines
No EOL
673 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
postmarketos = AsciiArt(match=r'''"PostMarketOS"*''', color='2 7', ascii=r"""
|
|
${c1} /\\
|
|
/ \\
|
|
/ \\
|
|
/ \\
|
|
/ \\
|
|
/ \\
|
|
\\ \\
|
|
/\\ \\____ \\
|
|
/ \\____ \\ \\
|
|
/ / \\ \\
|
|
/ / \\ ___\\
|
|
/ / \\ / ____
|
|
/ / \\/ / \\
|
|
/ / __________/ \\
|
|
/ \\ \\ \\
|
|
/ \\ \\ \\
|
|
/ / / \\
|
|
/___________/ /____________________\\
|
|
""")
|
|
|