mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Logo (Builtin): update ArcoLinux entries to reflect discontinuation and simplify name list
This commit is contained in:
+3
-3
@@ -557,9 +557,9 @@ static const FFlogo A[] = {
|
||||
.colorKeys = FF_COLOR_FG_CYAN,
|
||||
.colorTitle = FF_COLOR_FG_CYAN,
|
||||
},
|
||||
// ArcoLinux
|
||||
// ArcoLinux (Discontinued)
|
||||
{
|
||||
.names = {"arco", "arcolinux", "arco-linux"},
|
||||
.names = {"arco", "arcolinux"}, // ID=arcolinux
|
||||
.lines = FASTFETCH_DATATEXT_LOGO_ARCO,
|
||||
.colors = {
|
||||
FF_COLOR_FG_BLUE,
|
||||
@@ -570,7 +570,7 @@ static const FFlogo A[] = {
|
||||
},
|
||||
// ArcoLinuxSmall
|
||||
{
|
||||
.names = {"arco_small", "arcolinux_small", "arco-linux_small"},
|
||||
.names = {"arco_small", "arcolinux_small"},
|
||||
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
|
||||
.lines = FASTFETCH_DATATEXT_LOGO_ARCO_SMALL,
|
||||
.colors = {
|
||||
|
||||
Reference in New Issue
Block a user