Logo (builtin): Add SpoinkOS Logo [FIXED!] (#925)

* Update builtin.c

* Create spoinkos.txt

* Fix coding style

* Remove left padding

---------

Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
This commit is contained in:
SpoinkOSDevs
2024-05-16 03:44:01 -05:00
committed by GitHub
parent 462c3b0e06
commit b6a703bd56
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
@..@
(----)
( >__< )
^^ ~~ ^^
| Spoink! |
+7
View File
@@ -3821,6 +3821,13 @@ static const FFlogo S[] = {
FF_COLOR_FG_YELLOW,
},
},
// SpoinkOS
{
.names = {"SpoinkOS", "spoink-os"},
.lines = FASTFETCH_DATATEXT_LOGO_SPOINKOS,
.colors = {
FF_COLOR_FG_GREEN,
},
// Slackel
{
.names = {"Slackel"},