hyfetch/tools/distros/alpine_small.py

12 lines
244 B
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
alpine_small = AsciiArt(match=""""alpine_small"""", color='4 7', ascii="""
${c1} /\\ /\\
/${c2}/ ${c1}\\ \\
/${c2}/ ${c1}\\ \\
/${c2}// ${c1}\\ \\
${c2}// ${c1}\\ \\
\\
""")