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.
2 parents 2102054 + 50b73ec commit d1f4e78Copy full SHA for d1f4e78
src/logo/builtin.c
@@ -4950,15 +4950,6 @@ static const FFlogo W[] = {
4950
FF_COLOR_FG_WHITE,
4951
},
4952
4953
- // WolfOS
4954
- {
4955
- .names = {"WolfOS"},
4956
- .lines = FASTFETCH_DATATEXT_LOGO_WOLFOS,
4957
- .colors = {
4958
- FF_COLOR_FG_BLUE,
4959
- FF_COLOR_FG_GREEN,
4960
- },
4961
4962
// Windows2025
4963
{
4964
.names = {"Windows Server 2025"},
@@ -5040,6 +5031,15 @@ static const FFlogo W[] = {
5040
5031
.colorKeys = FF_COLOR_FG_CYAN,
5041
5032
.colorTitle = FF_COLOR_FG_BLUE,
5042
5033
5034
+ // WolfOS
5035
+ {
5036
+ .names = {"WolfOS"},
5037
+ .lines = FASTFETCH_DATATEXT_LOGO_WOLFOS,
5038
+ .colors = {
5039
+ FF_COLOR_FG_BLUE,
+ FF_COLOR_FG_GREEN,
+ },
5043
// LAST
5044
{},
5045
};
0 commit comments