18 lines
No EOL
316 B
Python
18 lines
No EOL
316 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
iglunix = AsciiArt(match=r'''"iglunix"*|"iglu"*''', color='8', ascii=r"""
|
|
${c1} |
|
|
| |
|
|
|
|
|
| ________
|
|
| /\ | \
|
|
/ \ | \ |
|
|
/ \ \ |
|
|
/ \________\
|
|
\ / /
|
|
\ / /
|
|
\ / /
|
|
\/________/
|
|
""")
|
|
|