diff --git a/README.md b/README.md index 54d51b7ec..3d856516e 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Title, Separator, OS, Host, Bios, Board, Kernel, Uptime, Processes, Packages, Sh ##### Logos ``` -AlmaLinux, Alpine, Android, Arch, Arco, Artix, Bedrock, CachyOS, CentOS, CRUX, Crystal, Debian, Devuan, Deepin, Endeavour, Enso, Fedora, FreeBSD, Garuda, Gentoo, KDE Neon, KISS, Kubuntu, LangitKetujuh, Linux, MacOS, Manjaro, Mint, MSYS2, NixOS, Nobara, OpenSUSE, OpenSUSE Tumbleweed, OpenSUSE LEAP, Parabola, Pop!_OS, RebornOS, RedstarOS, Rocky, Rosa, Slackware, Solus, Ubuntu, Vanilla, Void, Windows 11, Windows 8, Windows, Zorin +AlmaLinux, Alpine, Android, Arch, Arco, Artix, Bedrock, CachyOS, CentOS, CRUX, Crystal, Debian, Devuan, Deepin, Endeavour, Enso, Fedora, FreeBSD, Garuda, Gentoo, KDE Neon, KISS, Kubuntu, LangitKetujuh, Linux, MacOS, Manjaro, Mint, MSYS2, NixOS, Nobara, OpenSUSE, OpenSUSE Tumbleweed, OpenSUSE LEAP, Parabola, Raspbian, Pop!_OS, RebornOS, RedstarOS, Rocky, Rosa, Slackware, Solus, Ubuntu, Vanilla, Void, Windows 11, Windows 8, Windows, Zorin ``` * Most of the logos have a small variant. Access it by appending _small to the logo name. * Some logos have an old variant. Access it by appending _old to the logo name. diff --git a/src/logo/builtin.c b/src/logo/builtin.c index f56050a85..9f1e097d8 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -1032,8 +1032,8 @@ static const FFlogo* getLogoKDENeon() FF_LOGO_COLORS( "32" //green ) - FF_LOGO_COLOR_KEYS("31"); //red - FF_LOGO_COLOR_TITLE("31"); //red + FF_LOGO_COLOR_KEYS("32"); //green + FF_LOGO_COLOR_TITLE("32"); //green FF_LOGO_RETURN } @@ -1871,8 +1871,7 @@ static const FFlogo* getLogoPopSmall() FF_LOGO_COLOR_TITLE("36"); //cyan FF_LOGO_RETURN } - -static const FFlogo* getLogoRaspberryPi() +static const FFlogo* getLogoRaspbian() { FF_LOGO_INIT FF_LOGO_NAMES("raspbian", "raspi", "raspberrypi" "raspberrypios" "pios") @@ -1910,11 +1909,10 @@ static const FFlogo* getLogoRaspberryPi() FF_LOGO_RETURN } - -static const FFlogo* getLogoRaspberryPiSmall() +static const FFlogo* getLogoRaspbianSmall() { FF_LOGO_INIT - FF_LOGO_NAMES("raspbian_small", "raspi_small", "raspberrypi_small" "pios_small") + FF_LOGO_NAMES("raspbian_small", "raspi_small", "raspberrypi_small" "raspberrypios_small" "pios_small") FF_LOGO_LINES( " $2.~~. .~~.\n" " '. \ ' ' / .'$1\n" @@ -1936,9 +1934,6 @@ static const FFlogo* getLogoRaspberryPiSmall() FF_LOGO_RETURN } - - - static const FFlogo* getLogoReborn() { FF_LOGO_INIT @@ -2495,10 +2490,10 @@ GetLogoMethod* ffLogoBuiltinGetAll() getLogoOpenMandriva, getLogoPop, getLogoPopSmall, - getLogoRaspberryPi, - getLogoRaspberryPiSmall, getLogoParabola, getLogoParabolaSmall, + getLogoRaspbian, + getLogoRaspbianSmall, getLogoReborn, getLogoRebornSmall, getLogoRedHatEnterpriseLinux,