Skip to content

Commit 07c5ef2

Browse files
Logo (Builtin): Add Codex Linux support (#1701)
* feat: add Codex Linux * Codex.txt: remove empty lines --------- Co-authored-by: Carter Li <[email protected]>
1 parent 476b55c commit 07c5ef2

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/logo/ascii/codex.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
^"^"^". `"^"""`
2+
";;;;;:. `;;;;;;.
3+
^;":;:;: .;,,;:;:
4+
.'`",, '":::. ^;'';;;;, .:: ,;;;:
5+
';;;;:":::::' ^;` `;;;;" ::. ,;;;:
6+
";:;:. ^;` ^;;;;^ ,;. ,;;;:
7+
";;;: ^;` ";;;;^ ";' ,;;;:
8+
";;;: ^;` ,;;;;`^;` ,;;;:
9+
";;;: ^;` ,;;;;;^ ,;;;:
10+
";:;: ^;` .:;:;" ,;:;:
11+
,;;;;. ";" .:;, :;;;;.
12+
."""""` ^"^ '" ."""""`

src/logo/builtin.c

+8
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,14 @@ static const FFlogo C[] = {
11351135
.colorKeys = FF_COLOR_FG_BLUE,
11361136
.colorTitle = FF_COLOR_FG_BLUE,
11371137
},
1138+
// Codex Linux (reMarkable OS)
1139+
{
1140+
.names = {"Codex Linux"},
1141+
.lines = FASTFETCH_DATATEXT_LOGO_CODEX,
1142+
.colors = {
1143+
FF_COLOR_FG_WHITE
1144+
},
1145+
},
11381146
// Condres
11391147
{
11401148
.names = {"Condres"},

0 commit comments

Comments
 (0)