Add Rhino Linux Logo (#407)

* added Rhino Linux Logo

* updated rhino.py

* fixed the ;; on line 8745

* [F] Fix python generation

---------

Co-authored-by: Azalea <22280294+hykilpikonna@users.noreply.github.com>
This commit is contained in:
Zulta 2025-05-25 19:59:28 -06:00 committed by GitHub
parent 76ae5e507a
commit 218c535d06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 60 additions and 0 deletions

View File

@ -1180,6 +1180,10 @@ def detect(name: str) -> AsciiArt | None:
from .rhaymos import rhaymos
return rhaymos
if name.startswith('rhino linux'):
from .rhino_linux import rhino_linux
return rhino_linux
if name.startswith('rocky_small'):
from .rocky_small import rocky_small
return rocky_small

View File

@ -0,0 +1,27 @@
# This file is automatically generated. Please do not modify.
from . import AsciiArt
rhino_linux = AsciiArt(match=r'''"Rhino Linux"*''', color='5 4', ascii=r"""
${c1}
${c1} ..','.. l.
.,coooooooooc,..ool
;oooooooooooooooooooo.,coo.
;oooooooooooooooooooooooooo ,
.ooooooooooooooooooooooooooo . ,o
oollcccccccccllloooooooooooolcoo..oo
ll;':::::::::::::::ccloooooooooooooo:
.;''';::::::::::::::::::ccloooooooooo
''''',:::::::::::::::::::::::cclllllc
'''''';::::::::::::::::::::::::::::::
${c1}.'''''';::::::::::::::::${c2}ll${c1}:::::::::::
${c1} ''''''';:::::::::::::::${c2}d0${c1}::
${c1}.''''''',;:::::::${c2}cc${c1}::::${c2}0N:'
${c1}''''''''',,;::::${c2}cK${c1}:::${c2}dMX,
${c1}'''''''''''',,,${c2}dMccOMM${c1}:
${c1}.''''''''''''${c2}cWM0WMM${c1}.
${c1}'''''''':${c2}kMMMMM${c1}.
${c2}odxONMMMM
;Kl
""")

View File

@ -8741,6 +8741,8 @@ ${c1} .
EOF
;;
"CelOS"*)
set_colors 4 6 0 5
read -rd '' ascii_data <<'EOF'
@ -13703,6 +13705,33 @@ ${c1}
EOF
;;
"Rhino Linux"*)
set_colors 5 4
read -rd '' ascii_data <<'EOF'
${c1}
${c1} ..','.. l.
.,coooooooooc,..ool
;oooooooooooooooooooo.,coo.
;oooooooooooooooooooooooooo ,
.ooooooooooooooooooooooooooo . ,o
oollcccccccccllloooooooooooolcoo..oo
ll;':::::::::::::::ccloooooooooooooo:
.;''';::::::::::::::::::ccloooooooooo
''''',:::::::::::::::::::::::cclllllc
'''''';::::::::::::::::::::::::::::::
${c1}.'''''';::::::::::::::::${c2}ll${c1}:::::::::::
${c1} ''''''';:::::::::::::::${c2}d0${c1}::
${c1}.''''''',;:::::::${c2}cc${c1}::::${c2}0N:'
${c1}''''''''',,;::::${c2}cK${c1}:::${c2}dMX,
${c1}'''''''''''',,,${c2}dMccOMM${c1}:
${c1}.''''''''''''${c2}cWM0WMM${c1}.
${c1}'''''''':${c2}kMMMMM${c1}.
${c2}odxONMMMM
;Kl
EOF
;;
"rocky_small"*)
set_colors 2
read -rd '' ascii_data <<'EOF'