Skip to content

Commit b63f419

Browse files
Merge pull request #207 from draumaz/master
Add KISS Linux logo
2 parents bba912d + 99aa2f7 commit b63f419

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

README.md

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

5151
##### Logos
5252
```
53-
Alpine, Android, Arch, Arco, Artix, Bedrock, CachyOS, CentOS, Debian, Devuan, Deepin, Endeavour, Fedora, Garuda, Gentoo, KDE Neon, Kubuntu, Linux, Manjaro, Mint, NixOS, OpenSUSE, OpenSUSE Tumbleweed, OpenSUSE LEAP, Pop!_OS, RebornOS, RedstarOS, Rocky, Rosa, Ubuntu, Void, Zorin
53+
Alpine, Android, Arch, Arco, Artix, Bedrock, CachyOS, CentOS, Debian, Devuan, Deepin, Endeavour, Fedora, Garuda, Gentoo, KDE Neon, KISS, Kubuntu, Linux, Manjaro, Mint, NixOS, OpenSUSE, OpenSUSE Tumbleweed, OpenSUSE LEAP, Pop!_OS, RebornOS, RedstarOS, Rocky, Rosa, Ubuntu, Void, Zorin
5454
```
5555
* Most of the logos have a small variant. Access it by appending _small to the logo name.
5656
* Some logos have an old variant. Access it by appending _old to the logo name.

src/logo/builtin.c

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,27 @@ static const FFlogo* getLogoKDENeon()
775775
FF_LOGO_RETURN
776776
}
777777

778+
static const FFlogo* getLogoKISSLinux()
779+
{
780+
FF_LOGO_INIT
781+
FF_LOGO_NAMES("kiss", "kiss-linux", "kisslinux")
782+
FF_LOGO_LINES(
783+
" $3 ___ \n"
784+
" ($2.· $3| \n"
785+
" ($1<> $3| \n"
786+
" / $2__$3 \\ \n"
787+
" ( $1/ \\ $3/| \n"
788+
"$1_$3/\\ $2__)$3/$1_$3) \n"
789+
"$1\\/$3-____$1\\/$2 \n"
790+
)
791+
FF_LOGO_COLORS(
792+
"35", //magenta
793+
"37", //white
794+
"34" //blue
795+
)
796+
FF_LOGO_RETURN
797+
}
798+
778799
static const FFlogo* getLogoKubuntu()
779800
{
780801
FF_LOGO_INIT
@@ -1552,6 +1573,7 @@ GetLogoMethod* ffLogoBuiltinGetAll()
15521573
getLogoGentoo,
15531574
getLogoGentooSmall,
15541575
getLogoKDENeon,
1576+
getLogoKISSLinux,
15551577
getLogoKubuntu,
15561578
getLogoLinux,
15571579
getLogoManjaro,

0 commit comments

Comments
 (0)