Merge pull request #244 from draumaz/master

Add FreeBSD logo
This commit is contained in:
Linus Dierheimer
2022-09-20 09:47:04 +02:00
committed by GitHub
2 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ Title, Separator, OS, Host, Kernel, Uptime, Processes, Packages, Shell, Resoluti
##### Logos
```
AlmaLinux, Alpine, Android, Arch, Arco, Artix, Bedrock, CachyOS, CentOS, Crystal, Debian, Devuan, Deepin, Endeavour, Fedora, Garuda, Gentoo, KDE Neon, KISS, Kubuntu, LangitKetujuh, Linux, MacOS, Manjaro, Mint, MSYS2, NixOS, OpenSUSE, OpenSUSE Tumbleweed, OpenSUSE LEAP, Pop!_OS, RebornOS, RedstarOS, Rocky, Rosa, Slackware, Ubuntu, Void, Zorin
AlmaLinux, Alpine, Android, Arch, Arco, Artix, Bedrock, CachyOS, CentOS, Crystal, Debian, Devuan, Deepin, Endeavour, Fedora, FreeBSD, Garuda, Gentoo, KDE Neon, KISS, Kubuntu, LangitKetujuh, Linux, MacOS, Manjaro, Mint, MSYS2, NixOS, OpenSUSE, OpenSUSE Tumbleweed, OpenSUSE LEAP, Pop!_OS, RebornOS, RedstarOS, Rocky, Rosa, Slackware, Ubuntu, Void, 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.
+31
View File
@@ -812,6 +812,36 @@ static const FFlogo* getLogoFedoraOld()
FF_LOGO_RETURN
}
static const FFlogo* getLogoFreeBSD()
{
FF_LOGO_INIT
FF_LOGO_NAMES("freebsd")
FF_LOGO_LINES(
"$1``` $2` \n"
" $1` `.....---...$2....--.``` -/ \n"
" $1+o .--` $2/y:` +. \n"
" $1yo`:. $2:o `+- \n"
" $1y/ $2-/` -o/ \n"
" $1.- $2::/sy+:. \n"
" $1/ $2`-- / \n"
" $1`: $2:` \n"
" $1`: $2:` \n"
" $1/ $2/ \n"
" $1.- $2-. \n"
" $1-- $2-. \n"
" $1`:` $2`:` \n"
" .-- `--. \n"
" .---.....----. \n"
)
FF_LOGO_COLORS(
"37", //white
"31" //red
)
FF_LOGO_COLOR_KEYS("31") //red
FF_LOGO_COLOR_TITLE("31") //red
FF_LOGO_RETURN
}
static const FFlogo* getLogoGaruda()
{
FF_LOGO_INIT
@@ -1944,6 +1974,7 @@ GetLogoMethod* ffLogoBuiltinGetAll()
getLogoFedora,
getLogoFedoraSmall,
getLogoFedoraOld,
getLogoFreeBSD,
getLogoGaruda,
getLogoGentoo,
getLogoGentooSmall,