Skip to content

Commit 528963c

Browse files
authored
Merge pull request #58 from fastfetch-cli/dev
Logo (Builtin): Change FoxOS to WolfOS (fastfetch-cli#1534)
2 parents b3d6bcb + b66a009 commit 528963c

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

src/logo/ascii/foxos.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/logo/ascii/wolfos.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__ __ _ __ ___ ____
2+
\ \ / /__ | |/ _|/ _ \/ ___|
3+
\ \ /\ / / _ \| | |_| | | \___ \
4+
\ V V / (_) | | _| |_| |___) |
5+
\_/\_/ \___/|_|_| \___/|____/

src/logo/builtin.c

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)