We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63106eb commit a5d1b96Copy full SHA for a5d1b96
src/logo/builtin.c
@@ -557,9 +557,9 @@ static const FFlogo A[] = {
557
.colorKeys = FF_COLOR_FG_CYAN,
558
.colorTitle = FF_COLOR_FG_CYAN,
559
},
560
- // ArcoLinux
+ // ArcoLinux (Discontinued)
561
{
562
- .names = {"arco", "arcolinux", "arco-linux"},
+ .names = {"arco", "arcolinux"}, // ID=arcolinux
563
.lines = FASTFETCH_DATATEXT_LOGO_ARCO,
564
.colors = {
565
FF_COLOR_FG_BLUE,
@@ -570,7 +570,7 @@ static const FFlogo A[] = {
570
571
// ArcoLinuxSmall
572
573
- .names = {"arco_small", "arcolinux_small", "arco-linux_small"},
+ .names = {"arco_small", "arcolinux_small"},
574
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
575
.lines = FASTFETCH_DATATEXT_LOGO_ARCO_SMALL,
576
0 commit comments