hykilpikonna / hyfetch

🏳️‍🌈 🏳️‍⚧️ Neofetch with LGBTQ+ pride flags!
MIT License
1.3k stars 96 forks source link

Incorrect shell detected with fastfetch backend #268

Closed Fuxino closed 5 months ago

Fuxino commented 5 months ago

Describe the bug

When running hyfetch with fastfetch backend, instead of my current shell (fish), hyfetch prints "python". Fastfetch itself prints the correct shell (see screenshots below).

Expected behavior

Hyfetch should print the current shell (fish)

Screenshots

Hyfetch: Screenshot-2024-05-02-235545

Fastfetch: Screenshot-2024-05-02-235633

Config file

Hyfetch:

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

Fastfetch conf.txt

hykilpikonna commented 5 months ago

Duplicate to https://github.com/hykilpikonna/hyfetch/issues/260

TLDR: This is fixed by @CarterLi on the fastfetch side, which will be available on the next release.