Skip to content

Commit 03cbd64

Browse files
Merge pull request #208 from hervyqa/langitketujuh
Add LangitKetujuh Linux logo
2 parents b63f419 + f65aeed commit 03cbd64

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-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, KISS, 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, LangitKetujuh, 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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,32 @@ static const FFlogo* getLogoKubuntu()
829829
FF_LOGO_RETURN
830830
}
831831

832+
static const FFlogo* getLogoLangitKetujuh()
833+
{
834+
FF_LOGO_INIT
835+
FF_LOGO_NAMES("l7", "langitketujuh", "LangitKetujuh")
836+
FF_LOGO_LINES(
837+
"\n"
838+
"\n"
839+
" $2. '7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7\n"
840+
" $2L7. '7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7\n"
841+
" $2L7L7L 7L7L7L7L7L7L7L7L7L7L7L7L7L7\n"
842+
" $2L7L7L7 L7L7L7\n"
843+
" $2L7L7L7 'L7L7L7L7L7L7L7L7L7L7\n"
844+
" $2L7L7L7 'L7L7L7L7L7L7L7L7\n"
845+
" $2L7L7L7 'L7L7L7L7L7L7\n"
846+
" $2L7L7L7 L7L7L7\n"
847+
" $2L7L7L7L7L7L7L7L7L7L7LL7L7L7. '7L7L7\n"
848+
" $2L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L. 'L7\n"
849+
" $2L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7. '\n"
850+
)
851+
FF_LOGO_COLORS(
852+
"34", //blue
853+
"37" //white
854+
)
855+
FF_LOGO_RETURN
856+
}
857+
832858
static const FFlogo* getLogoLinux()
833859
{
834860
FF_LOGO_INIT
@@ -1575,6 +1601,7 @@ GetLogoMethod* ffLogoBuiltinGetAll()
15751601
getLogoKDENeon,
15761602
getLogoKISSLinux,
15771603
getLogoKubuntu,
1604+
getLogoLangitKetujuh,
15781605
getLogoLinux,
15791606
getLogoManjaro,
15801607
getLogoManjaroSmall,

0 commit comments

Comments
 (0)