mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Logo (Builtin): simplify name entries for Artix and its variants
This commit is contained in:
+3
-3
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user