From e1e00895beb9999de953d0990ae565dc6b31ae2f Mon Sep 17 00:00:00 2001 From: Robert Nilson Date: Thu, 10 Jul 2025 03:26:22 +0300 Subject: [PATCH 1/4] Added logo of Minimal System --- src/logo/ascii/minimal.txt | 19 +++++++++++++++++++ src/logo/builtin.c | 10 ++++++++++ 2 files changed, 29 insertions(+) create mode 100644 src/logo/ascii/minimal.txt diff --git a/src/logo/ascii/minimal.txt b/src/logo/ascii/minimal.txt new file mode 100644 index 0000000000..8d164fd629 --- /dev/null +++ b/src/logo/ascii/minimal.txt @@ -0,0 +1,19 @@ + ##### + ##### + ##### + ###### + ###### + ##### + ##### ##### + ###### ##### + ###### ##### + ###### ###### + ##### ###### + ##### ##### + ##### + ###### + ###### + ###### + ##### + ##### + diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 5aef1ee72b..0603cd695d 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -3105,6 +3105,16 @@ static const FFlogo M[] = { .colorKeys = FF_COLOR_FG_LIGHT_BLACK, .colorTitle = FF_COLOR_FG_DEFAULT, }, + // Minimal System + { + .names = {"Minimal System", "Minimal"}, + .lines = FASTFETCH_DATATEXT_LOGO_MINIMAL, + .colors = { + FF_COLOR_FG_RED, + }, + .colorKeys = FF_COLOR_FG_CYAN, + .colorTitle = FF_COLOR_FG_DEFAULT, + }, // Minix { .names = {"Minix"}, From 35239a467523c4dbccdd0d39243ffb3afddf6010 Mon Sep 17 00:00:00 2001 From: Robert Nilson Date: Thu, 10 Jul 2025 12:58:36 +0300 Subject: [PATCH 2/4] Removed paddings for minimal.txt --- src/logo/ascii/minimal.txt | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/src/logo/ascii/minimal.txt b/src/logo/ascii/minimal.txt index 8d164fd629..7d74c9950b 100644 --- a/src/logo/ascii/minimal.txt +++ b/src/logo/ascii/minimal.txt @@ -1,19 +1,18 @@ - ##### - ##### - ##### - ###### - ###### - ##### - ##### ##### - ###### ##### - ###### ##### - ###### ###### - ##### ###### - ##### ##### - ##### - ###### - ###### - ###### - ##### - ##### - + ##### + ##### + ##### + ###### + ###### +##### +##### ##### + ###### ##### + ###### ##### + ###### ###### + ##### ###### + ##### ##### + ##### + ###### + ###### + ###### + ##### + ##### From ac2f2a178877f716c7798ddcf2460d4e82ba9e5e Mon Sep 17 00:00:00 2001 From: Robert Nilson <109800336+ZBookCMD@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:58:18 +0300 Subject: [PATCH 3/4] Changed Co-authored-by: Carter Li --- src/logo/builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 0603cd695d..06b8ea9fe9 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -3107,7 +3107,7 @@ static const FFlogo M[] = { }, // Minimal System { - .names = {"Minimal System", "Minimal"}, + .names = {"Minimal_System"}, .lines = FASTFETCH_DATATEXT_LOGO_MINIMAL, .colors = { FF_COLOR_FG_RED, From 6806dd01c695bb6d392e97e58161fb8b67a110eb Mon Sep 17 00:00:00 2001 From: Robert Nilson <109800336+ZBookCMD@users.noreply.github.com> Date: Thu, 10 Jul 2025 11:20:54 +0300 Subject: [PATCH 4/4] Changed to spaces instead of tabs --- src/logo/builtin.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 06b8ea9fe9..15cdc4bc11 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -3107,13 +3107,13 @@ static const FFlogo M[] = { }, // Minimal System { - .names = {"Minimal_System"}, - .lines = FASTFETCH_DATATEXT_LOGO_MINIMAL, - .colors = { - FF_COLOR_FG_RED, - }, - .colorKeys = FF_COLOR_FG_CYAN, - .colorTitle = FF_COLOR_FG_DEFAULT, + .names = {"Minimal_System"}, + .lines = FASTFETCH_DATATEXT_LOGO_MINIMAL, + .colors = { + FF_COLOR_FG_RED, + }, + .colorKeys = FF_COLOR_FG_CYAN, + .colorTitle = FF_COLOR_FG_DEFAULT, }, // Minix {