hyfetch/tools/distros/openwrt.py
2022-08-20 09:43:52 -04:00

15 lines
No EOL
320 B
Python

from hyfetch.distro import AsciiArt
openwrt = AsciiArt(match=r'''"OpenWrt"*''', color='4 7 1', ascii=r"""
${c1} _______
| |.-----.-----.-----.
| - || _ | -__| |
|_______|| __|_____|__|__|
|__|
________ __
| | | |.----.| |_
| | | || _|| _|
|________||__| |____|
""")