14 lines
281 B
Python
14 lines
281 B
Python
|
|
||
|
from hyfetch.distro import AsciiArt
|
||
|
|
||
|
popos_small = AsciiArt(match=""""popos_small"* | "pop_os_small"*""", color='6 7', ascii="""
|
||
|
${c1}______
|
||
|
\\ _ \\ __
|
||
|
\\ \\ \\ \\ / /
|
||
|
\\ \\_\\ \\ / /
|
||
|
\\ ___\\ /_/
|
||
|
\\ \\ _
|
||
|
__\\_\\__(_)_
|
||
|
(___________)`
|
||
|
""")
|
||
|
|