Logo (Builtin): Add Fedora2_small (#1785)

* Add 1 more small Fedora logo

* Update builtin.c

---------

Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
This commit is contained in:
Noah Michaels
2025-06-05 21:12:44 -04:00
committed by GitHub
parent 20a3737dce
commit e5f57a34a2
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
__
/ \
__ |_
/ |
\__/
+10
View File
@@ -1731,6 +1731,16 @@ static const FFlogo F[] = {
.colorKeys = FF_COLOR_FG_BLUE,
.colorTitle = FF_COLOR_FG_BLUE,
},
{
.names = {"Fedora2_small"},
.type = FF_LOGO_LINE_TYPE_SMALL_BIT | FF_LOGO_LINE_TYPE_ALTER_BIT,
.lines = FASTFETCH_DATATEXT_LOGO_FEDORA2_SMALL,
.colors = {
FF_COLOR_FG_BLUE,
},
.colorKeys = FF_COLOR_FG_BLUE,
.colorTitle = FF_COLOR_FG_BLUE,
},
// FedoraOld
{
.names = {"Fedora_old"},