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 <CarterLi@users.noreply.github.com>
This commit is contained in:
AlbydS
2024-08-07 06:46:24 +00:00
committed by GitHub
parent eaa4721b36
commit 53d2dbd420
2 changed files with 30 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
$2 :@@@@@@@:
$2 @@@@@@@@@-
$2 .:%. @@@@@@@@@+. @%
$2 *@@@%+: :@@@@@@@%=: .=%@@@@@@=
$2 :@@@@@@##@@@@@@@@@%*+%@%+@@@@@@@+
$2 @@#$1####$2+@@@@@@@%:$1######$2=@@@@@@@@@-
$2 *@%$1######$2.@@@@@#$1#########$2-@@@@@@@@#.
$2 %@-$1#$2.@$1=$2:$1##$2+@@@@-$1###$2%@$1:$2=$1###$2*@#*+=-+#:
$2 @@.$1#$2@@*$1=$2:$1#$2-%%**-$1##$2%@@%$1*$2*$1###$2#=-
$2 @@-$1#$2@@@@+.-$3...$2:=.$1#$2%@@@@%$1###$2#-
$2 %@%$1##$2*#:$3.o.....o...$2-%@+$1###$2#@+ -:
$2 +@@*$1#$3....................$2+@@@@@@@@+
$2 @%:$3....................._:$2@@@@@@@=.
$2 .=:$3...............__*-=`.$2=@@@@@@#=.
$2 :+:$3....:==*__*-=`:..==-:$2#@@@@@%+:
$2 .--=-: $3+..::.....-: $2=%@*=:
$2 :........-
$2 .:...--.
+12
View File
@@ -2334,6 +2334,18 @@ static const FFlogo L[] = {
.colorKeys = FF_COLOR_FG_WHITE,
.colorTitle = FF_COLOR_FG_WHITE,
},
// LinuxFromScratch
{
.names = {"LinuxFromScratch", "lfs"},
.lines = FASTFETCH_DATATEXT_LOGO_LFS,
.colors = {
FF_COLOR_FG_WHITE,
FF_COLOR_FG_BLACK,
FF_COLOR_FG_YELLOW,
},
.colorKeys = FF_COLOR_FG_BLACK,
.colorTitle = FF_COLOR_FG_YELLOW,
},
// LinuxSmall
{
.names = {"Linux_small", "linux-generic_small"},