Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/logo/ascii/foxos.txt

This file was deleted.

5 changes: 5 additions & 0 deletions src/logo/ascii/wolfos.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__ __ _ __ ___ ____
\ \ / /__ | |/ _|/ _ \/ ___|
\ \ /\ / / _ \| | |_| | | \___ \
\ V V / (_) | | _| |_| |___) |
\_/\_/ \___/|_|_| \___/|____/
19 changes: 10 additions & 9 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1758,14 +1758,6 @@ static const FFlogo F[] = {
.colorKeys = FF_COLOR_FG_RED,
.colorTitle = FF_COLOR_FG_WHITE,
},
// FoxOS
{
.names = {"FoxOS"},
.lines = FASTFETCH_DATATEXT_LOGO_FOXOS,
.colors = {
FF_COLOR_FG_YELLOW,
},
},
// FreeBSD
{
.names = {"Freebsd"},
Expand Down Expand Up @@ -4981,6 +4973,7 @@ static const FFlogo V[] = {
};

static const FFlogo W[] = {

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this

// WiiLinuxNgx
{
.names = {"WiiLinuxNgx"},
Expand Down Expand Up @@ -5071,10 +5064,18 @@ static const FFlogo W[] = {
.colorKeys = FF_COLOR_FG_CYAN,
.colorTitle = FF_COLOR_FG_BLUE,
},
// WolfOS
{
.names = {"WolfOS"},
.lines = FASTFETCH_DATATEXT_LOGO_WOLFOS,
.colors = {
FF_COLOR_FG_BLUE,
FF_COLOR_FG_GREEN,
},
},
// LAST
{},
};

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the new line back

static const FFlogo X[] = {
// Xenia
{
Expand Down
Loading