hyfetch/tools/distros/GoboLinux.py

12 lines
263 B
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
GoboLinux = AsciiArt(match=""""GoboLinux"*""", color='5 4 6 2', ascii="""
${c1} _____ _
/ ____| | |
| | __ ___ | |__ ___
| | |_ |/ _ \| '_ \ / _ \
| |__| | (_) | |_) | (_) |
\_____|\___/|_.__/ \___/
""")