Skip to content

Commit

Permalink
Logo (Builtin): add MainsailOS
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Oct 31, 2023
1 parent 71d3de2 commit 5d270c5
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/logo/ascii/mainsailos.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
-
*%:
:%%%#
=%%%%%-
*%%%%%%#
:#%%%%%%%#.
-%%%%%%%%+
*%%%%%%%%- :
.#%%%%%%%#. *%=
-%%%%%%%%+ :#%%%*
+%%%%%%%%- =%%%%%%#.
.#%%%%%%%#. *%%%%%%%%:
-%%%%%%%%* :#%%%%%%%#.
+%%%%%%%%- =%%%%%%%%+ :%*.
.#%%%%%%%#: *%%%%%%%%- +%%%%*:
:%%%%%%%%* :#%%%%%%%#. .*%%%%%%%*
+%%%%%%%%= -%%%%%%%%+ :%%%%%%%%*
.#%%%%%%%%: *%%%%%%%%- =%%%%%%%%=
7 changes: 7 additions & 0 deletions src/logo/ascii/mainsailos_small.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-:
+%*
.#%%+
-%%%: +=
+%%#..#%%-
.#%%+ -%%%- +=
-%%%- +%%#..#%%+
17 changes: 17 additions & 0 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -2295,6 +2295,23 @@ static const FFlogo M[] = {
.colorKeys = FF_COLOR_FG_YELLOW,
.colorTitle = FF_COLOR_FG_GREEN,
},
// MainsailOS
{
.names = {"MainsailOS"},
.lines = FASTFETCH_DATATEXT_LOGO_MAINSAILOS,
.colors = {
FF_COLOR_FG_RED,
},
},
// MainsailOSSmall
{
.names = {"MainsailOS_small"},
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
.lines = FASTFETCH_DATATEXT_LOGO_MAINSAILOS_SMALL,
.colors = {
FF_COLOR_FG_RED,
},
},
// Mageia
{
.names = {"Mageia"},
Expand Down

0 comments on commit 5d270c5

Please sign in to comment.