Logo (Builtin): add the Minimal System logo (#1837)

* Added logo of Minimal System

* Changed to spaces instead of tabs

* Removed paddings for minimal.txt

* Changed

Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>

---------

Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
This commit is contained in:
Robert Nilson
2025-07-10 11:31:49 +03:00
committed by GitHub
parent 442d58b646
commit 2d496c91e1
2 changed files with 28 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#####
#####
#####
######
######
#####
##### #####
###### #####
###### #####
###### ######
##### ######
##### #####
#####
######
######
######
#####
#####
+10
View File
@@ -3105,6 +3105,16 @@ static const FFlogo M[] = {
.colorKeys = FF_COLOR_FG_LIGHT_BLACK,
.colorTitle = FF_COLOR_FG_DEFAULT,
},
// 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,
},
// Minix
{
.names = {"Minix"},