Skip to content

Commit ecbb854

Browse files
KDE Neon logo
1 parent da26a34 commit ecbb854

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Title, Separator, OS, Host, Kernel, Uptime, Processes, Packages, Shell, Resoluti
4242

4343
##### Logos
4444
```
45-
Android, Arch, Arco, Artix, CachyOS, CentOS, Debian, Endeavour, Fedora, Garuda, Gentoo, Linux, Manjaro, Mint, Pop!_OS, RebornOS, Ubuntu, Void, Zorin
45+
Android, Arch, Arco, Artix, CachyOS, CentOS, Debian, Endeavour, Fedora, Garuda, Gentoo, KDE Neon, Linux, Manjaro, Mint, Pop!_OS, RebornOS, Ubuntu, Void, Zorin
4646
```
4747
* Most of the logos have a small variant. Access it by appending _small to the logo name.
4848
* Some logos have an old variant. Access it by appending _old to the logo name.

src/common/logo.c

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,37 @@ static const FFlogo* getLogoGentooSmall()
592592
FF_LOGO_RETURN
593593
}
594594

595+
static const FFlogo* getLogoKDENeon()
596+
{
597+
FF_LOGO_INIT
598+
FF_LOGO_NAMES("kde", "kde-neon", "neon")
599+
FF_LOGO_LINES(
600+
"$1 `..---+/---..` \n"
601+
"$1 `---.`` `` `.---.` \n"
602+
"$1 .--.` `` `-:-. \n"
603+
"$1 `:/: `.----//----.` :/- \n"
604+
"$1 .:. `---` `--.` .:` \n"
605+
"$1 .:` `--` .:- `:. \n"
606+
"$1 `/ `:. `.-::-.` -:` `/` \n"
607+
"$1 /. /. `:++++++++:` .: .: \n"
608+
"$1`/ .: `+++++++++++/ /` `+`\n"
609+
"$1/+` -- .++++++++++++` :. .+:\n"
610+
"$1`/ .: `+++++++++++/ /` `+`\n"
611+
"$1 /` /. `:++++++++:` .: .: \n"
612+
"$1 ./ `:. `.:::-.` -:` `/` \n"
613+
"$1 .:` `--` .:- `:. \n"
614+
"$1 .:. `---` `--.` .:` \n"
615+
"$1 `:/: `.----//----.` :/- \n"
616+
"$1 .-:.` `` `-:-. \n"
617+
"$1 `---.`` `` `.---.` \n"
618+
"$1 `..---+/---..` ";
619+
)
620+
FF_LOGO_COLORS(
621+
"32" //green
622+
)
623+
FF_LOGO_RETURN
624+
}
625+
595626
static const FFlogo* getLogoLinux()
596627
{
597628
FF_LOGO_INIT
@@ -1010,6 +1041,7 @@ static GetLogoMethod* getLogoMethods()
10101041
getLogoGaruda,
10111042
getLogoGentoo,
10121043
getLogoGentooSmall,
1044+
getLogoKDENeon,
10131045
getLogoLinux,
10141046
getLogoManjaro,
10151047
getLogoManjaroSmall,

0 commit comments

Comments
 (0)