Skip to content

Commit 53d2dbd

Browse files
AlbydSCarterLi
andauthored
Logo (Builtin): Add support for Linux From Scratch (#1165)
* Add Linux From Scratch logo Added ASCII logo for Linux From Scratch * Add Linux From Scratch to builtin.c I added Linux From Scratch support to builtin.c * Update builtin.c --------- Co-authored-by: Carter Li <[email protected]>
1 parent eaa4721 commit 53d2dbd

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

src/logo/ascii/lfs.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
$2 :@@@@@@@:
2+
$2 @@@@@@@@@-
3+
$2 .:%. @@@@@@@@@+. @%
4+
$2 *@@@%+: :@@@@@@@%=: .=%@@@@@@=
5+
$2 :@@@@@@##@@@@@@@@@%*+%@%+@@@@@@@+
6+
$2 @@#$1####$2+@@@@@@@%:$1######$2=@@@@@@@@@-
7+
$2 *@%$1######$2.@@@@@#$1#########$2-@@@@@@@@#.
8+
$2 %@-$1#$2.@$1=$2:$1##$2+@@@@-$1###$2%@$1:$2=$1###$2*@#*+=-+#:
9+
$2 @@.$1#$2@@*$1=$2:$1#$2-%%**-$1##$2%@@%$1*$2*$1###$2#=-
10+
$2 @@-$1#$2@@@@+.-$3...$2:=.$1#$2%@@@@%$1###$2#-
11+
$2 %@%$1##$2*#:$3.o.....o...$2-%@+$1###$2#@+ -:
12+
$2 +@@*$1#$3....................$2+@@@@@@@@+
13+
$2 @%:$3....................._:$2@@@@@@@=.
14+
$2 .=:$3...............__*-=`.$2=@@@@@@#=.
15+
$2 :+:$3....:==*__*-=`:..==-:$2#@@@@@%+:
16+
$2 .--=-: $3+..::.....-: $2=%@*=:
17+
$2 :........-
18+
$2 .:...--.

src/logo/builtin.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,6 +2334,18 @@ static const FFlogo L[] = {
23342334
.colorKeys = FF_COLOR_FG_WHITE,
23352335
.colorTitle = FF_COLOR_FG_WHITE,
23362336
},
2337+
// LinuxFromScratch
2338+
{
2339+
.names = {"LinuxFromScratch", "lfs"},
2340+
.lines = FASTFETCH_DATATEXT_LOGO_LFS,
2341+
.colors = {
2342+
FF_COLOR_FG_WHITE,
2343+
FF_COLOR_FG_BLACK,
2344+
FF_COLOR_FG_YELLOW,
2345+
},
2346+
.colorKeys = FF_COLOR_FG_BLACK,
2347+
.colorTitle = FF_COLOR_FG_YELLOW,
2348+
},
23372349
// LinuxSmall
23382350
{
23392351
.names = {"Linux_small", "linux-generic_small"},

0 commit comments

Comments
 (0)