Skip to content

Commit

Permalink
Builtin (Logo): simplify linuxmint handling
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Feb 21, 2025
1 parent de7b57d commit 7a2e071
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 38 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
41 changes: 3 additions & 38 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -2558,7 +2558,7 @@ static const FFlogo L[] = {
// LinuxMint
{
.names = {"linuxmint", "linux-mint"},
.lines = FASTFETCH_DATATEXT_LOGO_MINT,
.lines = FASTFETCH_DATATEXT_LOGO_LINUXMINT,
.colors = {
FF_COLOR_FG_GREEN,
FF_COLOR_FG_WHITE,
Expand All @@ -2570,7 +2570,7 @@ static const FFlogo L[] = {
{
.names = {"linuxmint_small", "linux-mint_small"},
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
.lines = FASTFETCH_DATATEXT_LOGO_MINT_SMALL,
.lines = FASTFETCH_DATATEXT_LOGO_LINUXMINT_SMALL,
.colors = {
FF_COLOR_FG_GREEN,
FF_COLOR_FG_WHITE,
Expand All @@ -2582,7 +2582,7 @@ static const FFlogo L[] = {
{
.names = {"linuxmint_old", "linux-mint_old"},
.type = FF_LOGO_LINE_TYPE_ALTER_BIT,
.lines = FASTFETCH_DATATEXT_LOGO_MINT_OLD,
.lines = FASTFETCH_DATATEXT_LOGO_LINUXMINT_OLD,
.colors = {
FF_COLOR_FG_GREEN,
FF_COLOR_FG_WHITE,
Expand Down Expand Up @@ -2924,41 +2924,6 @@ static const FFlogo M[] = {
.colorKeys = FF_COLOR_FG_LIGHT_BLACK,
.colorTitle = FF_COLOR_FG_WHITE,
},
// Mint
{
.names = {"mint", "mint-linux"},
.lines = FASTFETCH_DATATEXT_LOGO_MINT,
.colors = {
FF_COLOR_FG_GREEN,
FF_COLOR_FG_WHITE,
},
.colorKeys = FF_COLOR_FG_GREEN,
.colorTitle = FF_COLOR_FG_GREEN,
},
// MintSmall
{
.names = {"mint_small", "mint-linux-small"},
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
.lines = FASTFETCH_DATATEXT_LOGO_MINT_SMALL,
.colors = {
FF_COLOR_FG_GREEN,
FF_COLOR_FG_WHITE,
},
.colorKeys = FF_COLOR_FG_GREEN,
.colorTitle = FF_COLOR_FG_GREEN,
},
// MintOld
{
.names = {"mint_old", "mint-old", "mint-linux_old", "mint-linux-old"},
.type = FF_LOGO_LINE_TYPE_ALTER_BIT,
.lines = FASTFETCH_DATATEXT_LOGO_MINT_OLD,
.colors = {
FF_COLOR_FG_GREEN,
FF_COLOR_FG_WHITE,
},
.colorKeys = FF_COLOR_FG_GREEN,
.colorTitle = FF_COLOR_FG_GREEN,
},
// Minix
{
.names = {"Minix"},
Expand Down

0 comments on commit 7a2e071

Please sign in to comment.