From d25ac862836d1b50e4a1403cb88815de085bc1a4 Mon Sep 17 00:00:00 2001 From: AIT MEDDOUR Fouad-Eddine <154087113+Paranoid-Pufferfish@users.noreply.github.com> Date: Fri, 30 Aug 2024 04:24:50 +0100 Subject: [PATCH] Logo (Builtin): Add Magix (#1228) * Add Magix (Correctly this time) * Update magix.txt * Update builtin.c --------- Co-authored-by: Carter Li --- src/logo/ascii/magix.txt | 19 +++++++++++++++++++ src/logo/builtin.c | 11 +++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/logo/ascii/magix.txt diff --git a/src/logo/ascii/magix.txt b/src/logo/ascii/magix.txt new file mode 100644 index 000000000..0ceb350a8 --- /dev/null +++ b/src/logo/ascii/magix.txt @@ -0,0 +1,19 @@ + ${c2}@ + @@--=====@@ + @@--==@@ @@====+@ + @-@@ @==@ + @=@ + @=@${c1} @=@ @-==== @=@${c2} + @=@${c1} @-===@==++@===+@${c2} + @=@${c1} @--====@@=====+@${c2} +-=@${c1} @--==========++@${c2} +==${c1} @--==========++@${c2} @=@ +@==${c1} @--=======@==++@${c2} @=+@ + @==${c1} @-==========++${c2} @=@ + @==${c1} @-=======@=%${c2} @=@ + @==${c1} @@@@@@${c2} @=@ + @====@@@ @@===+% + @@=====@@==++++@@ + =#@=@ + @==@++@ + @@@ diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 58f8348e0..b1872aaff 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -2623,6 +2623,17 @@ static const FFlogo M[] = { .colorKeys = FF_COLOR_FG_CYAN, .colorTitle = FF_COLOR_FG_WHITE, }, + // Magix + { + .names = {"Magix","MagixOS"}, + .lines = FASTFETCH_DATATEXT_LOGO_MAGIX, + .colors = { + FF_COLOR_FG_LIGHT_MAGENTA, + FF_COLOR_FG_CYAN, + }, + .colorKeys = FF_COLOR_FG_CYAN, + .colorTitle = FF_COLOR_FG_LIGHT_MAGENTA, + }, // MagpieOS { .names = {"MagpieOS", "Magpie"},