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 d91ce0b commit 8e1e3ebCopy full SHA for 8e1e3eb
src/logo/builtin.c
@@ -4921,15 +4921,6 @@ 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
{
@@ -4940,6 +4931,15 @@ static const FFlogo W[] = {
4940
FF_COLOR_FG_WHITE,
4941
},
4942
+ // WolfOS
+ {
4936
+ .names = {"WolfOS"},
4937
+ .lines = FASTFETCH_DATATEXT_LOGO_WOLFOS,
4938
+ .colors = {
4939
+ FF_COLOR_FG_BLUE,
+ FF_COLOR_FG_GREEN,
+ },
4943
// Windows2025
4944
4945
.names = {"Windows Server 2025"},
0 commit comments