RaspberryPi Logo, RaspberryPi small logo

This commit is contained in:
IamNoRobot
2023-01-01 18:05:09 +01:00
parent 4890cb641c
commit 34c33dd42f
2 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -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.
+7 -12
View File
@@ -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,