KDE Neon logo

This commit is contained in:
Linus Dierheimer
2022-03-15 18:49:44 +01:00
parent da26a3497e
commit ecbb854e54
2 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ Title, Separator, OS, Host, Kernel, Uptime, Processes, Packages, Shell, Resoluti
##### Logos
```
Android, Arch, Arco, Artix, CachyOS, CentOS, Debian, Endeavour, Fedora, Garuda, Gentoo, Linux, Manjaro, Mint, Pop!_OS, RebornOS, Ubuntu, Void, Zorin
Android, Arch, Arco, Artix, CachyOS, CentOS, Debian, Endeavour, Fedora, Garuda, Gentoo, KDE Neon, Linux, Manjaro, Mint, Pop!_OS, RebornOS, 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.
+32
View File
@@ -592,6 +592,37 @@ static const FFlogo* getLogoGentooSmall()
FF_LOGO_RETURN
}
static const FFlogo* getLogoKDENeon()
{
FF_LOGO_INIT
FF_LOGO_NAMES("kde", "kde-neon", "neon")
FF_LOGO_LINES(
"$1 `..---+/---..` \n"
"$1 `---.`` `` `.---.` \n"
"$1 .--.` `` `-:-. \n"
"$1 `:/: `.----//----.` :/- \n"
"$1 .:. `---` `--.` .:` \n"
"$1 .:` `--` .:- `:. \n"
"$1 `/ `:. `.-::-.` -:` `/` \n"
"$1 /. /. `:++++++++:` .: .: \n"
"$1`/ .: `+++++++++++/ /` `+`\n"
"$1/+` -- .++++++++++++` :. .+:\n"
"$1`/ .: `+++++++++++/ /` `+`\n"
"$1 /` /. `:++++++++:` .: .: \n"
"$1 ./ `:. `.:::-.` -:` `/` \n"
"$1 .:` `--` .:- `:. \n"
"$1 .:. `---` `--.` .:` \n"
"$1 `:/: `.----//----.` :/- \n"
"$1 .-:.` `` `-:-. \n"
"$1 `---.`` `` `.---.` \n"
"$1 `..---+/---..` ";
)
FF_LOGO_COLORS(
"32" //green
)
FF_LOGO_RETURN
}
static const FFlogo* getLogoLinux()
{
FF_LOGO_INIT
@@ -1010,6 +1041,7 @@ static GetLogoMethod* getLogoMethods()
getLogoGaruda,
getLogoGentoo,
getLogoGentooSmall,
getLogoKDENeon,
getLogoLinux,
getLogoManjaro,
getLogoManjaroSmall,