RedstarOS logo

This commit is contained in:
Linus Dierheimer
2022-05-04 18:11:32 +02:00
parent e9f0eca3dd
commit 5f6432c150
2 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -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, Ubuntu, Void, Zorin
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
```
* 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.
+31
View File
@@ -1175,6 +1175,36 @@ static const FFlogo* getLogoRedHatEnterpriseLinux()
FF_LOGO_RETURN
}
static const FFlogo* getLogoRedstarOS()
{
FF_LOGO_INIT
FF_LOGO_NAMES("redstar", "redstar-os", "redstaros", "redstaros-linux", "redstar-os-linux")
FF_LOGO_LINES(
"$1 ..\n"
" .oK0l\n"
" :0KKKKd.\n"
" .xKO0KKKKd\n"
" ,Od' .d0000l\n"
" .c;. .'''... ..'.\n"
".,:cloddxxxkkkkOOOOkkkkkkkkxxxxxxxxxkkkx:\n"
";kOOOOOOOkxOkc'...',;;;;,,,'',;;:cllc:,.\n"
" .okkkkd,.lko .......',;:cllc:;,,'''''.\n"
" .cdo. :xd' cd:. ..';'',,,'',,;;;,'.\n"
" . .ddl.;doooc'..;oc;'..';::;,'.\n"
" coo;.oooolllllllcccc:'. .\n"
" .ool''lllllccccccc:::::;.\n"
" ;lll. .':cccc:::::::;;;;'\n"
" :lcc:'',..';::::;;;;;;;,,.\n"
" :cccc::::;...';;;;;,,,,,,.\n"
" ,::::::;;;,'. ..',,,,'''.\n"
" ........ ......"
)
FF_LOGO_COLORS(
"31" //red
)
FF_LOGO_RETURN
}
static const FFlogo* getLogoUbuntu()
{
FF_LOGO_INIT
@@ -1353,6 +1383,7 @@ static GetLogoMethod* getLogos()
getLogoReborn,
getLogoRebornSmall,
getLogoRedHatEnterpriseLinux,
getLogoRedstarOS,
getLogoUbuntu,
getLogoUbuntuSmall,
getLogoVoid,