We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943864a commit d91ce0bCopy full SHA for d91ce0b
src/logo/builtin.c
@@ -4921,6 +4921,16 @@ static const FFlogo V[] = {
4921
};
4922
4923
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
+
4934
// WiiLinuxNgx
4935
{
4936
.names = {"WiiLinuxNgx"},
@@ -5014,15 +5024,6 @@ static const FFlogo W[] = {
5014
5024
// LAST
5015
5025
{},
5016
5026
5017
-// WolfOS
5018
-{
5019
- .names = {"WolfOS"},
5020
- .lines = FASTFETCH_DATATEXT_LOGO_WOLFOS,
5021
- .colors = {
5022
- FF_COLOR_FG_BLUE,
5023
- FF_COLOR_FG_GREEN,
- },
5027
static const FFlogo X[] = {
5028
// Xenia
5029
0 commit comments