From 486ade0e71e4136fc3c402363063a957d7fe28dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sat, 8 Feb 2025 16:43:56 +0800 Subject: [PATCH] Logo (Builtin): KDE -> KDE Neon --- src/logo/ascii/{kde.txt => kdeneon.txt} | 0 src/logo/builtin.c | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) rename src/logo/ascii/{kde.txt => kdeneon.txt} (100%) diff --git a/src/logo/ascii/kde.txt b/src/logo/ascii/kdeneon.txt similarity index 100% rename from src/logo/ascii/kde.txt rename to src/logo/ascii/kdeneon.txt diff --git a/src/logo/builtin.c b/src/logo/builtin.c index e94c40737..f847c230a 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -2304,12 +2304,13 @@ static const FFlogo K[] = { FF_COLOR_FG_WHITE } }, - // KDENeon + // KDE Neon { - .names = {"KDE", "kde-neon", "kde neon"}, - .lines = FASTFETCH_DATATEXT_LOGO_KDE, + .names = {"KDE Neon"}, // Distro ID is `neon`; Distro name is `KDE Neon` + .lines = FASTFETCH_DATATEXT_LOGO_KDENEON, .colors = { FF_COLOR_FG_GREEN, + FF_COLOR_FG_DEFAULT, }, }, // Kibojoe