15 lines
288 B
Python
15 lines
288 B
Python
|
|
||
|
from hyfetch.distro import AsciiArt
|
||
|
|
||
|
postmarketos_small = AsciiArt(match=""""postmarketos_small"""", color='2 7', ascii="""
|
||
|
${c1} /\\
|
||
|
/ \\
|
||
|
/ \\
|
||
|
\\__ \\
|
||
|
/\\__ \\ _\\
|
||
|
/ / \\/ __
|
||
|
/ / ____/ \\
|
||
|
/ \\ \\ \\
|
||
|
/_____/ /________\\
|
||
|
""")
|
||
|
|