File tree Expand file tree Collapse file tree 3 files changed +37
-0
lines changed Expand file tree Collapse file tree 3 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,15 @@ FF_MAYBE_UNUSED static void getUbuntuFlavour(FFOSResult* result)
170
170
return ;
171
171
}
172
172
173
+ if (ffStrContains (xdgConfigDirs , "xubuntu" ))
174
+ {
175
+ ffStrbufSetStatic (& result -> name , "Xubuntu" );
176
+ ffStrbufSetF (& result -> prettyName , "Xubuntu %s" , result -> version .chars );
177
+ ffStrbufSetStatic (& result -> id , "xubuntu" );
178
+ ffStrbufSetStatic (& result -> idLike , "ubuntu" );
179
+ return ;
180
+ }
181
+
173
182
if (ffStrContains (xdgConfigDirs , "lliurex" ))
174
183
{
175
184
ffStrbufSetStatic (& result -> name , "LliureX" );
Original file line number Diff line number Diff line change
1
+ __ygg@@@@@@@@@ggy__
2
+ _yg@@@@@@@@@@@@@@@@@@@@@gy_
3
+ _a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@y_
4
+ _a@@@@@@@@@@@@@@@@@@@@@@@$2#$1@@@@@@@@@g_
5
+ a@@@@@@@@@@@@@$2###$1@@@@@@@@$2##$1@@@@$2##$1@@@@@k
6
+ g@@@@@@@$2###$1@@@$2#####$1@@@@@@@$2##$1@@$2###$1@@@@@@@k
7
+ a@@@@@@@@$2#####$1@$2#####$1@@@@@@$2##$1@@$2###$1@@@@@@@@@k
8
+ j@@@@@@@@@$2############$1@@@@@$2##$1@$2###$1@@@@@@@@@@@k
9
+ g@@@@@@@@@$2#####################$1@@@@@@@@@@@@@@
10
+ @@@@@@@@@$2##########################$1@@@@@@@@@@
11
+ 0@@@@@@@@$2###########################$1@@@@@@@@@
12
+ ~@@@@@@@$2############################$1@@@@@@@@F
13
+ 9@@@@@@$2##########################$1@@@@@@@@@P
14
+ 4@@@@@@$2######################$1@@@@@@@@@@@P
15
+ ~@@@@@@$2################$1@@@@@@@@@@@@@@@F
16
+ `4@@@@@@$2#######$1@@@@@@@@@@@@@@@@@@@@P`
17
+ `~@@@@@@@@@@@@@@@@@@@@@@@@@@@@@F`
18
+ ~~4@@@@@@@@@@@@@@@@@@@@@P~~
19
+ `~~=R@@@@@@@@@P=~~~
Original file line number Diff line number Diff line change @@ -5380,6 +5380,15 @@ static const FFlogo X[] = {
5380
5380
FF_COLOR_FG_CYAN ,
5381
5381
},
5382
5382
},
5383
+ // Xubuntu
5384
+ {
5385
+ .names = {"Xubuntu" },
5386
+ .lines = FASTFETCH_DATATEXT_LOGO_XUBUNTU ,
5387
+ .colors = {
5388
+ FF_COLOR_FG_256 "25" ,
5389
+ FF_COLOR_FG_DEFAULT ,
5390
+ },
5391
+ },
5383
5392
// LAST
5384
5393
{},
5385
5394
};
You can’t perform that action at this time.
0 commit comments