mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
Logo (Builtin): Add Codex Linux support (#1701)
* feat: add Codex Linux * Codex.txt: remove empty lines --------- Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
^"^"^". `"^"""`
|
||||
";;;;;:. `;;;;;;.
|
||||
^;":;:;: .;,,;:;:
|
||||
.'`",, '":::. ^;'';;;;, .:: ,;;;:
|
||||
';;;;:":::::' ^;` `;;;;" ::. ,;;;:
|
||||
";:;:. ^;` ^;;;;^ ,;. ,;;;:
|
||||
";;;: ^;` ";;;;^ ";' ,;;;:
|
||||
";;;: ^;` ,;;;;`^;` ,;;;:
|
||||
";;;: ^;` ,;;;;;^ ,;;;:
|
||||
";:;: ^;` .:;:;" ,;:;:
|
||||
,;;;;. ";" .:;, :;;;;.
|
||||
."""""` ^"^ '" ."""""`
|
||||
@@ -1135,6 +1135,14 @@ static const FFlogo C[] = {
|
||||
.colorKeys = FF_COLOR_FG_BLUE,
|
||||
.colorTitle = FF_COLOR_FG_BLUE,
|
||||
},
|
||||
// Codex Linux (reMarkable OS)
|
||||
{
|
||||
.names = {"Codex Linux"},
|
||||
.lines = FASTFETCH_DATATEXT_LOGO_CODEX,
|
||||
.colors = {
|
||||
FF_COLOR_FG_WHITE
|
||||
},
|
||||
},
|
||||
// Condres
|
||||
{
|
||||
.names = {"Condres"},
|
||||
|
||||
Reference in New Issue
Block a user