Skip to content

Commit b5545c9

Browse files
committed
Logo (Builtin): add Lilidog
Fix #1373
1 parent a7f8815 commit b5545c9

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Logo:
1818
* Update OpenSuse Tumbleweed
1919
* Add XCP-ng
2020
* Add SummitOS
21+
* Add Lilidog
2122
* Update PikaOS
2223
* Update OpenSUSE Leap
2324
* Update aperture

src/logo/ascii/lilidog.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
+DDDL+ +LDDDDD+
2+
LD++++D+D+::::::+D
3+
D+-::::=D+::::::::+LLDD+
4+
D=::::::=L=-::::::=LL++=+D
5+
D-:::::=LDD=-::-=+L=-::::=D
6+
L+--==+++===++LDD+:::::::-D
7+
DL+++==:::::::::-+D-:::::::=D
8+
D=:::::::::::::::::++:::::-+D
9+
D+::::::::::::::::::+D++==+LD+
10+
D=:::::::::::::::::+LD+=--:-+D
11+
L+=-::::::::::::::L+-::::::=D
12+
DLL++-::::::::::-D:::::::-+D
13+
DL+:::::::::+D=-:::-=+D
14+
D=:::::::-D +LDLLD+
15+
L+--::-=D
16+
+LDLDD+

src/logo/builtin.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2389,6 +2389,16 @@ static const FFlogo L[] = {
23892389
.colorKeys = FF_COLOR_FG_GREEN,
23902390
.colorTitle = FF_COLOR_FG_YELLOW,
23912391
},
2392+
// Lilidog
2393+
{
2394+
.names = {"Lilidog"},
2395+
.lines = FASTFETCH_DATATEXT_LOGO_LIBREELEC,
2396+
.colors = {
2397+
FF_COLOR_FG_BLUE,
2398+
},
2399+
.colorKeys = FF_COLOR_FG_RED,
2400+
.colorTitle = FF_COLOR_FG_WHITE,
2401+
},
23922402
// Lingmo OS
23932403
{
23942404
.names = {"Lingmo", "lingmo", "LingmoOS", "lingmoos"},

0 commit comments

Comments
 (0)