mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-24 07:26:50 -05:00
17 lines
353 B
Python
17 lines
353 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
arcolinux_small = AsciiArt(match=r'''"arcolinux_small"*''', color='7 4', ascii=r"""
|
|
${c2} A
|
|
ooo
|
|
ooooo
|
|
ooooooo
|
|
ooooooooo
|
|
ooooo ooooo
|
|
ooooo ooooo
|
|
ooooo ooooo
|
|
ooooo ${c1}<oooooooo>${c2}
|
|
ooooo ${c1}<oooooo>${c2}
|
|
ooooo ${c1}<oooo>${c2}
|
|
""")
|
|
|