mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-22 00:27:59 -05:00
19 lines
392 B
Python
19 lines
392 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
artix_small = AsciiArt(match=r'''"artix_small"*''', color='6 6 7 1', ascii=r"""
|
|
${c1} '
|
|
'A'
|
|
'ooo'
|
|
'ookxo'
|
|
`ookxxo'
|
|
'. `ooko'
|
|
'ooo`. `oo'
|
|
'ooxxxoo`. `'
|
|
'ookxxxkooo.` .
|
|
'ookxxkoo'` .'oo'
|
|
'ooxoo'` .:ooxxo'
|
|
'io'` `'oo'
|
|
'` `'
|
|
""")
|
|
|