@@ -1428,10 +1428,10 @@ static const FFlogo E[] = {
14281428 .colorKeys = FF_COLOR_FG_MAGENTA ,
14291429 .colorTitle = FF_COLOR_FG_GREEN ,
14301430 },
1431- // Endeavour
1431+ // EndeavourOS
14321432 {
1433- .names = {"Endeavour" , "endeavour-linux" , "endeavouros" , "endeavouros-linux " },
1434- .lines = FASTFETCH_DATATEXT_LOGO_ENDEAVOUR ,
1433+ .names = {"EndeavourOS " },
1434+ .lines = FASTFETCH_DATATEXT_LOGO_ENDEAVOUROS ,
14351435 .colors = {
14361436 FF_COLOR_FG_MAGENTA ,
14371437 FF_COLOR_FG_RED ,
@@ -1440,11 +1440,11 @@ static const FFlogo E[] = {
14401440 .colorKeys = FF_COLOR_FG_MAGENTA ,
14411441 .colorTitle = FF_COLOR_FG_RED ,
14421442 },
1443- // EndeavourSmall
1443+ // EndeavourOSSmall
14441444 {
1445- .names = {"Endeavour_small" , "endeavour-linux_small" , "endeavouros_small" , "endeavouros-linux_small " },
1445+ .names = {"EndeavourOS_small " },
14461446 .type = FF_LOGO_LINE_TYPE_SMALL_BIT ,
1447- .lines = FASTFETCH_DATATEXT_LOGO_ENDEAVOUR_SMALL ,
1447+ .lines = FASTFETCH_DATATEXT_LOGO_ENDEAVOUROS_SMALL ,
14481448 .colors = {
14491449 FF_COLOR_FG_RED ,
14501450 FF_COLOR_FG_MAGENTA ,
@@ -2570,7 +2570,7 @@ static const FFlogo L[] = {
25702570 },
25712571 // LinuxMintOld
25722572 {
2573- .names = {"linux-mint_old " , "linux-mint-old " },
2573+ .names = {"linuxmint_old " , "linux-mint_old " },
25742574 .type = FF_LOGO_LINE_TYPE_ALTER_BIT ,
25752575 .lines = FASTFETCH_DATATEXT_LOGO_MINT_OLD ,
25762576 .colors = {
@@ -3307,7 +3307,7 @@ static const FFlogo O[] = {
33073307 },
33083308 // OpenSuse
33093309 {
3310- .names = {"opensuse" , "open_suse" , "open-suse" },
3310+ .names = {"opensuse" },
33113311 .lines = FASTFETCH_DATATEXT_LOGO_OPENSUSE ,
33123312 .colors = {
33133313 FF_COLOR_FG_GREEN ,
@@ -3318,7 +3318,7 @@ static const FFlogo O[] = {
33183318 },
33193319 // OpenSuseSmall
33203320 {
3321- .names = {"opensuse_small" , "open_suse_small" , "open-suse_small" },
3321+ .names = {"opensuse_small" },
33223322 .type = FF_LOGO_LINE_TYPE_SMALL_BIT ,
33233323 .lines = FASTFETCH_DATATEXT_LOGO_OPENSUSE_SMALL ,
33243324 .colors = {
@@ -3337,7 +3337,7 @@ static const FFlogo O[] = {
33373337 },
33383338 // OpenSuseLeap
33393339 {
3340- .names = {"opensuse_leap " , "opensuse leap" },
3340+ .names = {"opensuse-leap " , "opensuse leap" },
33413341 .lines = FASTFETCH_DATATEXT_LOGO_OPENSUSE_LEAP ,
33423342 .colors = {
33433343 FF_COLOR_FG_WHITE ,
@@ -3347,7 +3347,7 @@ static const FFlogo O[] = {
33473347 },
33483348 // OpenSuseLeapOld
33493349 {
3350- .names = {"opensuse_leap_old " , "opensuse leap_old" },
3350+ .names = {"opensuse-leap_old " , "opensuse leap_old" },
33513351 .lines = FASTFETCH_DATATEXT_LOGO_OPENSUSE_LEAP_OLD ,
33523352 .type = FF_LOGO_LINE_TYPE_ALTER_BIT ,
33533353 .colors = {
@@ -3358,7 +3358,7 @@ static const FFlogo O[] = {
33583358 },
33593359 // OpenSuseTumbleweed
33603360 {
3361- .names = {"opensuse-tumbleweed" , "opensuse_tumbleweed" },
3361+ .names = {"opensuse-tumbleweed" },
33623362 .lines = FASTFETCH_DATATEXT_LOGO_OPENSUSE_TUMBLEWEED ,
33633363 .colors = {
33643364 FF_COLOR_FG_WHITE ,
@@ -3368,7 +3368,7 @@ static const FFlogo O[] = {
33683368 },
33693369 // OpenSuseTumbleweedOld
33703370 {
3371- .names = {"opensuse-tumbleweed-old" , "opensuse_tumbleweed-old" },
3371+ .names = {"opensuse-tumbleweed-old" },
33723372 .lines = FASTFETCH_DATATEXT_LOGO_OPENSUSE_TUMBLEWEED_OLD ,
33733373 .type = FF_LOGO_LINE_TYPE_ALTER_BIT ,
33743374 .colors = {
@@ -3379,7 +3379,7 @@ static const FFlogo O[] = {
33793379 },
33803380 // openSUSESlowroll
33813381 {
3382- .names = {"opensuse_slowroll" , " opensuse-slowroll" , "opensuse-tumbleweed-slowroll" },
3382+ .names = {"opensuse-slowroll" , "opensuse-tumbleweed-slowroll" },
33833383 .lines = FASTFETCH_DATATEXT_LOGO_OPENSUSE_SLOWROLL ,
33843384 .colors = {
33853385 FF_COLOR_FG_WHITE ,
@@ -3696,7 +3696,7 @@ static const FFlogo P[] = {
36963696 },
36973697 // Pop
36983698 {
3699- .names = {"pop" , "popos" , "pop_os" , "pop-linux" },
3699+ .names = {"pop" , "popos" },
37003700 .lines = FASTFETCH_DATATEXT_LOGO_POP ,
37013701 .colors = {
37023702 FF_COLOR_FG_CYAN ,
@@ -3707,7 +3707,7 @@ static const FFlogo P[] = {
37073707 },
37083708 // PopSmall
37093709 {
3710- .names = {"pop_small" , "popos_small" , "pop_os_small" , "pop-linux-small" },
3710+ .names = {"pop_small" , "popos_small" },
37113711 .type = FF_LOGO_LINE_TYPE_SMALL_BIT ,
37123712 .lines = FASTFETCH_DATATEXT_LOGO_POP_SMALL ,
37133713 .colors = {
@@ -3979,7 +3979,7 @@ static const FFlogo R[] = {
39793979 },
39803980 // RedstarOS
39813981 {
3982- .names = {"redstar" , "redstar-os" , "redstaros" , "redstaros-linux" , "redstar-os-linux" },
3982+ .names = {"redstar" , "redstar-os" , "redstaros" },
39833983 .lines = FASTFETCH_DATATEXT_LOGO_REDSTAR ,
39843984 .colors = {
39853985 FF_COLOR_FG_RED ,
@@ -4283,7 +4283,7 @@ static const FFlogo S[] = {
42834283 },
42844284 // Slackware
42854285 {
4286- .names = {"slackware" , "slackware-linux" , "slackwarelinux " },
4286+ .names = {"Slackware " },
42874287 .lines = FASTFETCH_DATATEXT_LOGO_SLACKWARE ,
42884288 .colors = {
42894289 FF_COLOR_FG_BLUE ,
@@ -4294,7 +4294,7 @@ static const FFlogo S[] = {
42944294 },
42954295 // SlackwareSmall
42964296 {
4297- .names = {"slackware-small" , "slackware-linux-small" , "slackware_small" , "slackwarelinux_small " },
4297+ .names = {"Slackware_small " },
42984298 .type = FF_LOGO_LINE_TYPE_SMALL_BIT ,
42994299 .lines = FASTFETCH_DATATEXT_LOGO_SLACKWARE_SMALL ,
43004300 .colors = {
@@ -4353,7 +4353,7 @@ static const FFlogo S[] = {
43534353 },
43544354 // SolarisSmall
43554355 {
4356- .names = {"solaris-small" , " solaris_small" , "sunos-small " , "sunos_small" },
4356+ .names = {"solaris_small" , "sunos_small" },
43574357 .type = FF_LOGO_LINE_TYPE_SMALL_BIT ,
43584358 .lines = FASTFETCH_DATATEXT_LOGO_SOLARIS_SMALL ,
43594359 .colors = {
@@ -4364,7 +4364,7 @@ static const FFlogo S[] = {
43644364 },
43654365 // Solus
43664366 {
4367- .names = {"solus " , "solus-linux" },
4367+ .names = {"Solus " , "solus-linux" },
43684368 .lines = FASTFETCH_DATATEXT_LOGO_SOLUS ,
43694369 .colors = {
43704370 FF_COLOR_FG_BLUE ,
0 commit comments