Skip to content

Commit 2d496c9

Browse files
ZBookCMDCarterLi
andauthored
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 <[email protected]> --------- Co-authored-by: Carter Li <[email protected]>
1 parent 442d58b commit 2d496c9

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

src/logo/ascii/minimal.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#####
2+
#####
3+
#####
4+
######
5+
######
6+
#####
7+
##### #####
8+
###### #####
9+
###### #####
10+
###### ######
11+
##### ######
12+
##### #####
13+
#####
14+
######
15+
######
16+
######
17+
#####
18+
#####

src/logo/builtin.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3105,6 +3105,16 @@ static const FFlogo M[] = {
31053105
.colorKeys = FF_COLOR_FG_LIGHT_BLACK,
31063106
.colorTitle = FF_COLOR_FG_DEFAULT,
31073107
},
3108+
// Minimal System
3109+
{
3110+
.names = {"Minimal_System"},
3111+
.lines = FASTFETCH_DATATEXT_LOGO_MINIMAL,
3112+
.colors = {
3113+
FF_COLOR_FG_RED,
3114+
},
3115+
.colorKeys = FF_COLOR_FG_CYAN,
3116+
.colorTitle = FF_COLOR_FG_DEFAULT,
3117+
},
31083118
// Minix
31093119
{
31103120
.names = {"Minix"},

0 commit comments

Comments
 (0)