mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
RedstarOS logo
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user