hykilpikonna / hyfetch

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

ASCII Art cut off when last info displayed in Konsole #262

Closed AstroLightz closed 1 month ago

AstroLightz commented 2 months ago

Describe the bug

A clear and concise description of what the bug is. When running hyfetch manually or when launching Konsole, the prompt cuts off the ASCII art at the bottom. Strangely, this only happens when the last info is displayed. No other fetching package is affected this way.

Expected behavior

A clear and concise description of what you expected to happen. I expected the ASCII art to fully generate, even after the last info is display like how it does in neofetch.

Screenshots

Please include a screenshot of your system information if the specific system environment is relevant to the bug. If applicable, add screenshots to help explain your problem.

Neofetch Run: neofetch-run

hyfetch - mid run (Not finished): hyfetch-midrun

hyfetch - finished run: hyfetch-finished

Config file

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

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

Additional context

Add any other context about the problem here. This is happening in Konsole on KDE Plasma 6. Additionally, it happens with any distro ascii art such as ubuntu.

ImxTreme21 commented 1 month ago

try : hyfetch -b fastfetch (not really a solution but if it works it works)

AstroLightz commented 1 month ago

Thank you, this fixes it and its faster now! By the way, do you know where the config for fastfetch is to disable certain info?

ImxTreme21 commented 1 month ago

~/.config/fastfetch/config.json

Just comment or delete the lines you dont want to, also you can just copy and paste any of these

AstroLightz commented 1 month ago

Okay, thank you!