mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Logo (Builtin): correctly detects GNOME OS (#2296)
* Correctly detect GNOME OS * Update builtin.c --------- Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -2056,9 +2056,9 @@ static const FFlogo G[] = {
|
||||
.colorKeys = FF_COLOR_FG_BLUE,
|
||||
.colorTitle = FF_COLOR_FG_BLUE,
|
||||
},
|
||||
// GNOME
|
||||
// GNOME OS
|
||||
{
|
||||
.names = { "GNOME" },
|
||||
.names = { "GNOME OS" }, // matches "NAME"
|
||||
.lines = FASTFETCH_DATATEXT_LOGO_GNOME,
|
||||
.colors = {
|
||||
FF_COLOR_FG_BLUE,
|
||||
|
||||
Reference in New Issue
Block a user