Logo (Builtin): add eweOS (#1328)

* Logo (Builtin): add eweOS

* Update eweos.txt

* Update builtin.c

---------

Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
This commit is contained in:
Yukari Chiba
2024-10-08 15:20:51 +08:00
committed by GitHub
parent 84cc9e3b15
commit c624c36754
2 changed files with 27 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
${c2} #####%%%
${c2} ##%%${c3}////${c2}%%%%%${c3}///
${c2} #%%%%${c3}////((((////${c2}%
${c1} *@@@@@@@${c3}/${c5},,,${c3}/////${c5},,,${c2}%${c1}@@@@@@@
.@@@@@@@@@@@${c3}////////${c2}%%%${c1}@@@@@@@@@@@@
@@@${c4}...${c1}@@@@@@${c3}////${c2}%%${c3}////${c1}@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@ @@@@@@
@@@ @@@
+12
View File
@@ -1498,6 +1498,18 @@ static const FFlogo E[] = {
FF_COLOR_FG_WHITE,
},
},
// eweOS
{
.names = {"eweOS"},
.lines = FASTFETCH_DATATEXT_LOGO_EWEOS,
.colors = {
FF_COLOR_FG_WHITE,
FF_COLOR_FG_LIGHT_YELLOW,
FF_COLOR_FG_LIGHT_RED,
FF_COLOR_FG_LIGHT_BLACK,
FF_COLOR_FG_RED,
},
},
// Exherbo
{
.names = {"Exherbo", "exherbo-linux"},