diff --git a/hyfetch/distros/distro_detector.py b/hyfetch/distros/distro_detector.py index e8ae1029..1df0f3e2 100644 --- a/hyfetch/distros/distro_detector.py +++ b/hyfetch/distros/distro_detector.py @@ -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 diff --git a/hyfetch/distros/rhino_linux.py b/hyfetch/distros/rhino_linux.py new file mode 100644 index 00000000..2fcf3af5 --- /dev/null +++ b/hyfetch/distros/rhino_linux.py @@ -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 +""") + \ No newline at end of file diff --git a/neofetch b/neofetch index 9f9067f5..70ecf0bf 100755 --- a/neofetch +++ b/neofetch @@ -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'