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 2102054 commit 50b73ecCopy full SHA for 50b73ec
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