Merge 1c1b7481d7d4e0617b3606553f4ec1e1f16d69ed into 3e5d129248ed7b93d4ef13de28c26b91d3111014

This commit is contained in:
WolfTech Innovations 2025-02-19 22:14:41 +05:30 committed by GitHub
commit 3a2d1a19b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 17 deletions

View File

@ -1,8 +0,0 @@
________ ________ ___ ___ ________ ________
|\ _____\\ __ \ |\ \ / /|\ __ \|\ ____\
\ \ \__/\ \ \|\ \ \ \ \/ / | \ \|\ \ \ \___|_
\ \ __\\ \ \\\ \ \ \ / / \ \ \\\ \ \_____ \
\ \ \_| \ \ \\\ \ / \/ \ \ \\\ \|____|\ \
\ \__\ \ \_______\/ /\ \ \ \_______\____\_\ \
\|__| \|_______/__/ /\ __\ \|_______|\_________\
|__|/ \|__| \|_________|

View File

@ -0,0 +1,5 @@
__ __ _ __ ___ ____
\ \ / /__ | |/ _|/ _ \/ ___|
\ \ /\ / / _ \| | |_| | | \___ \
\ V V / (_) | | _| |_| |___) |
\_/\_/ \___/|_|_| \___/|____/

View File

@ -1721,14 +1721,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"},
@ -4959,6 +4951,7 @@ static const FFlogo V[] = {
};
static const FFlogo W[] = {
// WiiLinuxNgx
{
.names = {"WiiLinuxNgx"},
@ -5049,10 +5042,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
{},
};
static const FFlogo X[] = {
// Xenia
{