Logo (Builtin): simplify name entries for Artix and its variants

This commit is contained in:
李通洲
2026-02-24 12:59:52 +08:00
parent fd36783adb
commit 63106ebdc1
+3 -3
View File
@@ -527,7 +527,7 @@ static const FFlogo A[] = {
},
// Artix
{
.names = {"artix", "artixlinux", "artix-linux"},
.names = {"artix"},
.lines = FASTFETCH_DATATEXT_LOGO_ARTIX,
.colors = {
FF_COLOR_FG_CYAN,
@@ -537,7 +537,7 @@ static const FFlogo A[] = {
},
// ArtixSmall
{
.names = {"artix_small", "artixlinux_small"},
.names = {"artix_small"},
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
.lines = FASTFETCH_DATATEXT_LOGO_ARTIX_SMALL,
.colors = {
@@ -548,7 +548,7 @@ static const FFlogo A[] = {
},
// Artix2Small
{
.names = {"artix2_small", "artixlinux2_small"},
.names = {"artix2_small"},
.type = FF_LOGO_LINE_TYPE_SMALL_BIT | FF_LOGO_LINE_TYPE_ALTER_BIT,
.lines = FASTFETCH_DATATEXT_LOGO_ARTIX2_SMALL,
.colors = {