From 1c0e532b79ce7cfe2ba8fa13db84dff56c6919d0 Mon Sep 17 00:00:00 2001 From: draumaz Date: Sun, 15 May 2022 06:22:28 -0700 Subject: [PATCH 1/4] add Devuan --- src/logo/builtin.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 13c056e6c..d783072d4 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -438,6 +438,52 @@ static const FFlogo* getLogoDeepin() FF_LOGO_RETURN } +static const FFlogo* getLogoDevuan() +{ + FF_LOGO_INIT + FF_LOGO_NAMES("devuan", "devuan-linux") + FF_LOGO_LINES( + " ..,,;;;::;,..\n" + " `':ddd;:,.\n" + " `'dPPd:,.\n" + " `:b$$b`.\n" + " 'P$$$d`\n" + " .$$$$$`\n" + " ;$$$$$P\n" + " .:P$$$$$$`\n" + " .,:b$$$$$$$;'\n" + " .,:dP$$$$$$$$b:'\n" + " .,:;db$$$$$$$$$$Pd'`\n" + " ,db$$$$$$$$$$$$$$b:'`\n" + ":$$$$$$$$$$$$b:'`\n" + " `$$$$$bd:''`\n" + " `'''`\n" + ) + FF_LOGO_COLORS( + "35" //magenta + ) + FF_LOGO_RETURN +} + +static const FFlogo* getLogoDevuanSmall() +{ + FF_LOGO_INIT + FF_LOGO_NAMES("devuan_small", "devuan-linux-small") + FF_LOGO_LINES( + " ..:::.\n" + " ..-==-\n" + " .+#:\n" + " =@@\n" + " :+%@#:\n" + ".:=+#@@%*:\n" + "#@@@#=:\n" + ) + FF_LOGO_COLORS( + "34" //blue + ) + FF_LOGO_RETURN +} + static const FFlogo* getLogoEndeavour() { FF_LOGO_INIT @@ -1354,6 +1400,8 @@ static GetLogoMethod* getLogos() getLogoCentOS, getLogoCentOSSmall, getLogoDebian, + getLogoDevuan, + getLogoDevuanSmall, getLogoDebianSmall, getLogoDeepin, getLogoEndeavour, From 76c0b7e45779350d479e978e0c08722ec48b12e8 Mon Sep 17 00:00:00 2001 From: draumaz <77967471+draumaz@users.noreply.github.com> Date: Sun, 15 May 2022 13:43:36 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49f88184e..9656ae322 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Title, Separator, OS, Host, Kernel, Uptime, Processes, Packages, Shell, Resoluti ##### Logos ``` -Android, Arch, Arco, Artix, CachyOS, CentOS, Debian, Deepin, Endeavour, Fedora, Garuda, Gentoo, KDE Neon, Kubuntu, Linux, Manjaro, Mint, NixOS, OpenSUSE, OpenSUSE Tumbleweed, OpenSUSE LEAP, Pop!_OS, RebornOS, RedstarOS, Ubuntu, Void, Zorin +Android, Arch, Arco, Artix, CachyOS, CentOS, Debian, Deepin, Devuan, Endeavour, Fedora, Garuda, Gentoo, KDE Neon, Kubuntu, Linux, Manjaro, Mint, NixOS, OpenSUSE, OpenSUSE Tumbleweed, OpenSUSE LEAP, Pop!_OS, RebornOS, RedstarOS, 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. From d07a653404e774f47806a1fa6a128d8901a4854c Mon Sep 17 00:00:00 2001 From: draumaz <77967471+draumaz@users.noreply.github.com> Date: Sun, 15 May 2022 13:45:31 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9656ae322..c2d6e1371 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Title, Separator, OS, Host, Kernel, Uptime, Processes, Packages, Shell, Resoluti ##### Logos ``` -Android, Arch, Arco, Artix, CachyOS, CentOS, Debian, Deepin, Devuan, Endeavour, Fedora, Garuda, Gentoo, KDE Neon, Kubuntu, Linux, Manjaro, Mint, NixOS, OpenSUSE, OpenSUSE Tumbleweed, OpenSUSE LEAP, Pop!_OS, RebornOS, RedstarOS, Ubuntu, Void, Zorin +Android, Arch, Arco, Artix, 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, 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. From 039eb3a38a1ff43347a6227260c393f9fea1e8f2 Mon Sep 17 00:00:00 2001 From: draumaz Date: Sun, 15 May 2022 13:48:10 -0700 Subject: [PATCH 4/4] Fix alphabetical ordering --- src/logo/builtin.c | 60 +++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/src/logo/builtin.c b/src/logo/builtin.c index d783072d4..3548cd288 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -408,36 +408,6 @@ static const FFlogo* getLogoDebianSmall() FF_LOGO_RETURN } -static const FFlogo* getLogoDeepin() -{ - FF_LOGO_INIT - FF_LOGO_NAMES("deepin", "deepin-linux") - FF_LOGO_LINES( - "$1 ............\n" - " .';;;;;. .,;,.\n" - " .,;;;;;;;. ';;;;;;;.\n" - " .;::::::::' .,::;;,''''',.\n" - " ,'.:::::::: .;;'. ';\n" - " ;' 'cccccc, ,' :: '.. .:\n" - " ,, :ccccc. ;: .c, '' :. ,;\n" - ".l. cllll' ., .lc :; .l' l.\n" - ".c :lllc ;cl: .l' .ll. :'\n" - ".l 'looc. . ,o: 'oo' c,\n" - ".o. .:ool::coc' .ooo' o.\n" - " :: ..... .;dddo ;c\n" - " l:... .';lddddo. ,o\n" - " lxxxxxdoolllodxxxxxxxxxc :l\n" - " ,dxxxxxxxxxxxxxxxxxxl. 'o,\n" - " ,dkkkkkkkkkkkkko;. .;o;\n" - " .;okkkkkdl;. .,cl:.\n" - " .,:cccccccc:,." - ) - FF_LOGO_COLORS( - "32" //green - ) - FF_LOGO_RETURN -} - static const FFlogo* getLogoDevuan() { FF_LOGO_INIT @@ -484,6 +454,36 @@ static const FFlogo* getLogoDevuanSmall() FF_LOGO_RETURN } +static const FFlogo* getLogoDeepin() +{ + FF_LOGO_INIT + FF_LOGO_NAMES("deepin", "deepin-linux") + FF_LOGO_LINES( + "$1 ............\n" + " .';;;;;. .,;,.\n" + " .,;;;;;;;. ';;;;;;;.\n" + " .;::::::::' .,::;;,''''',.\n" + " ,'.:::::::: .;;'. ';\n" + " ;' 'cccccc, ,' :: '.. .:\n" + " ,, :ccccc. ;: .c, '' :. ,;\n" + ".l. cllll' ., .lc :; .l' l.\n" + ".c :lllc ;cl: .l' .ll. :'\n" + ".l 'looc. . ,o: 'oo' c,\n" + ".o. .:ool::coc' .ooo' o.\n" + " :: ..... .;dddo ;c\n" + " l:... .';lddddo. ,o\n" + " lxxxxxdoolllodxxxxxxxxxc :l\n" + " ,dxxxxxxxxxxxxxxxxxxl. 'o,\n" + " ,dkkkkkkkkkkkkko;. .;o;\n" + " .;okkkkkdl;. .,cl:.\n" + " .,:cccccccc:,." + ) + FF_LOGO_COLORS( + "32" //green + ) + FF_LOGO_RETURN +} + static const FFlogo* getLogoEndeavour() { FF_LOGO_INIT