Skip to content

Commit c2eaea3

Browse files
committed
Logo (Builtin): fix KDE neon
Fix #948
1 parent 1619f0a commit c2eaea3

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

src/logo/builtin.c

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,18 +1558,6 @@ static const FFlogo F[] = {
15581558
.colorKeys = FF_COLOR_FG_BLUE,
15591559
.colorTitle = FF_COLOR_FG_BLUE,
15601560
},
1561-
// FedoraOnyx placeholder - Currently does not have a logo
1562-
//{
1563-
//.names = {"Fedora_onyx", "fedora-onyx", "fedora-linux-onyx", "fedora-linux_onyx"},
1564-
//.type = FF_LOGO_LINE_TYPE_ALTER_BIT,
1565-
//.lines = FASTFETCH_DATATEXT_LOGO_FEDORA_ONYX,
1566-
//.colors = {
1567-
//FF_COLOR_FG_BLUE,
1568-
//FF_COLOR_FG_WHITE,
1569-
//},
1570-
//.colorKeys = FF_COLOR_FG_BLUE,
1571-
//.colorTitle = FF_COLOR_FG_BLUE,
1572-
//},
15731561
// FedoraCoreOS
15741562
{
15751563
.names = {"Fedora_coreos", "fedora-coreos", "fedora-linux-coreos", "fedora-linux_coreos"},
@@ -2132,13 +2120,11 @@ static const FFlogo K[] = {
21322120
},
21332121
// KDENeon
21342122
{
2135-
.names = {"KDE", "kde-neon"},
2123+
.names = {"KDE", "kde-neon", "kde neon"},
21362124
.lines = FASTFETCH_DATATEXT_LOGO_KDE,
21372125
.colors = {
21382126
FF_COLOR_FG_GREEN,
21392127
},
2140-
.colorKeys = FF_COLOR_FG_GREEN,
2141-
.colorTitle = FF_COLOR_FG_GREEN,
21422128
},
21432129
// Kibojoe
21442130
{

0 commit comments

Comments
 (0)