Skip to content

Commit 11fdc83

Browse files
feat: add Codex Linux
1 parent 50ea515 commit 11fdc83

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

src/logo/ascii/codex.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
3+
4+
5+
^"^"^". `"^"""`
6+
";;;;;:. `;;;;;;.
7+
^;":;:;: .;,,;:;:
8+
.'`",, '":::. ^;'';;;;, .:: ,;;;:
9+
';;;;:":::::' ^;` `;;;;" ::. ,;;;:
10+
";:;:. ^;` ^;;;;^ ,;. ,;;;:
11+
";;;: ^;` ";;;;^ ";' ,;;;:
12+
";;;: ^;` ,;;;;`^;` ,;;;:
13+
";;;: ^;` ,;;;;;^ ,;;;:
14+
";:;: ^;` .:;:;" ,;:;:
15+
,;;;;. ";" .:;, :;;;;.
16+
."""""` ^"^ '" ."""""`
17+
18+
19+
20+

src/logo/builtin.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,14 @@ static const FFlogo C[] = {
11241124
.colorKeys = FF_COLOR_FG_BLUE,
11251125
.colorTitle = FF_COLOR_FG_BLUE,
11261126
},
1127+
// Codex Linux (reMarkable OS)
1128+
{
1129+
.names = {"Codex Linux"},
1130+
.lines = FASTFETCH_DATATEXT_LOGO_CODEX,
1131+
.colors = {
1132+
FF_COLOR_FG_WHITE
1133+
},
1134+
},
11271135
// Condres
11281136
{
11291137
.names = {"Condres"},

0 commit comments

Comments
 (0)