13 lines
228 B
Python
13 lines
228 B
Python
|
|
||
|
from hyfetch.distro import AsciiArt
|
||
|
|
||
|
slackware_small = AsciiArt(match=""""slackware_small"*""", color='4 7 1', ascii="""
|
||
|
${c1} ________
|
||
|
/ ______|
|
||
|
| |______
|
||
|
\\______ \\
|
||
|
______| |
|
||
|
| |________/
|
||
|
|____________
|
||
|
""")
|
||
|
|