mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Logo (Builtin): Change FoxOS to WolfOS (#1534)
* Update builtin.c * Update and rename foxos.txt to wolfos.txt * Update builtin.c * Update builtin.c * Update builtin.c * Logo (Builtin): move WolfOS to the correct place * Update wolfos.txt * Update src/logo/builtin.c Co-authored-by: Levvie - she/her <11600822+ItzLevvie@users.noreply.github.com> * Update src/logo/builtin.c Co-authored-by: Levvie - she/her <11600822+ItzLevvie@users.noreply.github.com> --------- Co-authored-by: komaru <winbo.yml@proton.me> Co-authored-by: Levvie - she/her <11600822+ItzLevvie@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6ef4f62d5b
commit
b66a009046
@@ -1,8 +0,0 @@
|
||||
________ ________ ___ ___ ________ ________
|
||||
|\ _____\\ __ \ |\ \ / /|\ __ \|\ ____\
|
||||
\ \ \__/\ \ \|\ \ \ \ \/ / | \ \|\ \ \ \___|_
|
||||
\ \ __\\ \ \\\ \ \ \ / / \ \ \\\ \ \_____ \
|
||||
\ \ \_| \ \ \\\ \ / \/ \ \ \\\ \|____|\ \
|
||||
\ \__\ \ \_______\/ /\ \ \ \_______\____\_\ \
|
||||
\|__| \|_______/__/ /\ __\ \|_______|\_________\
|
||||
|__|/ \|__| \|_________|
|
||||
@@ -0,0 +1,5 @@
|
||||
__ __ _ __ ___ ____
|
||||
\ \ / /__ | |/ _|/ _ \/ ___|
|
||||
\ \ /\ / / _ \| | |_| | | \___ \
|
||||
\ V V / (_) | | _| |_| |___) |
|
||||
\_/\_/ \___/|_|_| \___/|____/
|
||||
+9
-8
@@ -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"},
|
||||
@@ -5071,6 +5063,15 @@ 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
|
||||
{},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user