hyfetch icon indicating copy to clipboard operation
hyfetch copied to clipboard

If distro is forced to be arch, it shows the non-binary flag weird

Open sctech-tr opened this issue 5 months ago • 4 comments

Describe the bug

if i force the distro to be arch and select the non-binary flag, it shows a weird combination.

  • [x] Does this issue still occur in the master branch? (Required)

Expected behavior

i expected it to look like the fedora logo coloring (see below)

Screenshots

bug:

very weird

expected:

expected

Config file

Please paste the content of ~/.config/hyfetch.json below:

{
    "preset": "nonbinary",
    "mode": "rgb",
    "light_dark": "dark",
    "lightness": 0.63,
    "color_align": {
        "mode": "horizontal",
        "custom_colors": [],
        "fore_back": [
            2,
            1
        ]
    },
    "backend": "fastfetch",
    "args": null,
    "distro": null,
    "pride_month_shown": [],
    "pride_month_disable": false
}

Additional context

sctech-tr avatar Sep 06 '24 16:09 sctech-tr