File tree Expand file tree Collapse file tree 3 files changed +14
-16
lines changed Expand file tree Collapse file tree 3 files changed +14
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ __ __ _ __ ___ ____
2+ \ \ / /__ | |/ _|/ _ \/ ___|
3+ \ \ /\ / / _ \| | |_| | | \___ \
4+ \ V V / (_) | | _| |_| |___) |
5+ \_/\_/ \___/|_|_| \___/|____/
Original file line number Diff line number Diff line change @@ -1758,14 +1758,6 @@ static const FFlogo F[] = {
17581758 .colorKeys = FF_COLOR_FG_RED ,
17591759 .colorTitle = FF_COLOR_FG_WHITE ,
17601760 },
1761- // FoxOS
1762- {
1763- .names = {"FoxOS" },
1764- .lines = FASTFETCH_DATATEXT_LOGO_FOXOS ,
1765- .colors = {
1766- FF_COLOR_FG_YELLOW ,
1767- },
1768- },
17691761 // FreeBSD
17701762 {
17711763 .names = {"Freebsd" },
@@ -5071,6 +5063,15 @@ static const FFlogo W[] = {
50715063 .colorKeys = FF_COLOR_FG_CYAN ,
50725064 .colorTitle = FF_COLOR_FG_BLUE ,
50735065 },
5066+ // WolfOS
5067+ {
5068+ .names = {"WolfOS" },
5069+ .lines = FASTFETCH_DATATEXT_LOGO_WOLFOS ,
5070+ .colors = {
5071+ FF_COLOR_FG_BLUE ,
5072+ FF_COLOR_FG_GREEN ,
5073+ },
5074+ },
50745075 // LAST
50755076 {},
50765077};
You can’t perform that action at this time.
0 commit comments