mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-05-05 04:55:59 -05:00
12 lines
265 B
Python
12 lines
265 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
gobolinux = AsciiArt(match=r'''"GoboLinux"*''', color='5 4 6 2', ascii=r"""
|
|
${c1} _____ _
|
|
/ ____| | |
|
|
| | __ ___ | |__ ___
|
|
| | |_ |/ _ \| '_ \ / _ \
|
|
| |__| | (_) | |_) | (_) |
|
|
\_____|\___/|_.__/ \___/
|
|
""")
|
|
|