mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-21 16:17:49 -05:00
14 lines
283 B
Python
14 lines
283 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
popos_small = AsciiArt(match=r'''"popos_small"* | "pop_os_small"*''', color='6 7', ascii=r"""
|
|
${c1}______
|
|
\\ _ \\ __
|
|
\\ \\ \\ \\ / /
|
|
\\ \\_\\ \\ / /
|
|
\\ ___\\ /_/
|
|
\\ \\ _
|
|
__\\_\\__(_)_
|
|
(___________)`
|
|
""")
|
|
|