Skip to content

Commit 6083821

Browse files
authored
Logo (Builtin): adds gxde logo (#2094)
* add gxde-logo * add gxdeos * add gxdeos * add gxdeos
1 parent bdc5174 commit 6083821

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

src/logo/ascii/gxde.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2157,7 +2157,7 @@ static const FFlogo G[] = {
21572157
// GXDE
21582158
{
21592159
.names = {"GXDE"},
2160-
.lines = FASTFETCH_DATATEXT_LOGO_DEEPIN,
2160+
.lines = FASTFETCH_DATATEXT_LOGO_GXDE,
21612161
.colors = {
21622162
FF_COLOR_FG_RED,
21632163
},

0 commit comments

Comments
 (0)