mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
Merge 1c1b7481d7d4e0617b3606553f4ec1e1f16d69ed into 6e98db3bf392359c49d740f0b76de05d85480bd8
This commit is contained in:
commit
eeb985b45c
@ -1,8 +0,0 @@
|
||||
________ ________ ___ ___ ________ ________
|
||||
|\ _____\\ __ \ |\ \ / /|\ __ \|\ ____\
|
||||
\ \ \__/\ \ \|\ \ \ \ \/ / | \ \|\ \ \ \___|_
|
||||
\ \ __\\ \ \\\ \ \ \ / / \ \ \\\ \ \_____ \
|
||||
\ \ \_| \ \ \\\ \ / \/ \ \ \\\ \|____|\ \
|
||||
\ \__\ \ \_______\/ /\ \ \ \_______\____\_\ \
|
||||
\|__| \|_______/__/ /\ __\ \|_______|\_________\
|
||||
|__|/ \|__| \|_________|
|
5
src/logo/ascii/wolfos.txt
Normal file
5
src/logo/ascii/wolfos.txt
Normal file
@ -0,0 +1,5 @@
|
||||
__ __ _ __ ___ ____
|
||||
\ \ / /__ | |/ _|/ _ \/ ___|
|
||||
\ \ /\ / / _ \| | |_| | | \___ \
|
||||
\ V V / (_) | | _| |_| |___) |
|
||||
\_/\_/ \___/|_|_| \___/|____/
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user