Skip to content

Commit d91ce0b

Browse files
author
WolfTech Innovations
authored
Update builtin.c
1 parent 943864a commit d91ce0b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

src/logo/builtin.c

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4921,6 +4921,16 @@ static const FFlogo V[] = {
49214921
};
49224922

49234923
static const FFlogo W[] = {
4924+
// WolfOS
4925+
{
4926+
.names = {"WolfOS"},
4927+
.lines = FASTFETCH_DATATEXT_LOGO_WOLFOS,
4928+
.colors = {
4929+
FF_COLOR_FG_BLUE,
4930+
FF_COLOR_FG_GREEN,
4931+
},
4932+
},
4933+
49244934
// WiiLinuxNgx
49254935
{
49264936
.names = {"WiiLinuxNgx"},
@@ -5014,15 +5024,6 @@ static const FFlogo W[] = {
50145024
// LAST
50155025
{},
50165026
};
5017-
// WolfOS
5018-
{
5019-
.names = {"WolfOS"},
5020-
.lines = FASTFETCH_DATATEXT_LOGO_WOLFOS,
5021-
.colors = {
5022-
FF_COLOR_FG_BLUE,
5023-
FF_COLOR_FG_GREEN,
5024-
},
5025-
},
50265027
static const FFlogo X[] = {
50275028
// Xenia
50285029
{

0 commit comments

Comments
 (0)