Files
hyfetch/tools/distros/cbl_mariner.py
T
Azalea (on HyDEV-Daisy) 1e1cddc58f [F] Fix distro name escape
2022-08-20 09:43:52 -04:00

24 lines
688 B
Python

from hyfetch.distro import AsciiArt
cbl_mariner = AsciiArt(match=r'''"CBL-Mariner"*''', color='6', ascii=r"""
${c1} .
:- .
:==. .=:
:===: -==:
:-===: .====:
:-====- -=====:
-====== :=======:
-======. .=========:
-======: -==========.
-======- -===========.
:======- :===========.
:=======. .-==========.
:=======: -==========.
:=======- :==========.
:=======- .-========-
:--------. :========-
..:::--=========-
..::---================-=-
""")