Logo (Builtin): add GXDE OS

Fix #1300
This commit is contained in:
李通洲
2024-09-28 23:06:43 +08:00
committed by Carter Li
parent a424839d2f
commit 140b9834cc
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ Bugfixes:
Logos:
* Add FoxOS
* Add GXDE OS
# 2.25.0
+1 -1
View File
@@ -1,4 +1,4 @@
$1 ............
............
.';;;;;. .,;,.
.,;;;;;;;. ';;;;;;;.
.;::::::::' .,::;;,''''',.
+10
View File
@@ -1922,6 +1922,16 @@ static const FFlogo G[] = {
.colorKeys = FF_COLOR_FG_YELLOW,
.colorTitle = FF_COLOR_FG_WHITE,
},
// GXDE
{
.names = {"GXDE"},
.lines = FASTFETCH_DATATEXT_LOGO_DEEPIN,
.colors = {
FF_COLOR_FG_RED,
},
.colorKeys = FF_COLOR_FG_RED,
.colorTitle = FF_COLOR_FG_RED,
},
// LAST
{},
};