dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
21.93k stars 1.76k forks source link

Passing ASCII art from `ascii-image-converter` #2259

Closed leana8959 closed 1 year ago

leana8959 commented 1 year ago

Description

Hello, I tried to use neofetch with an artwork I have generated with ascii-image-converter. However, it breaks neofetch if the artwork is generated with colour. I understand that neofetch isn't supposed to be used this way, but I'd still like to find a solution since it's not practical to recreate the nuances of colour using only six colours, manually.
Is there any way to use an ASCII artwork with colour, without using the colour flags internally defined by neofetch?

Thanks a lot :)

Neofetch version 7.1.0 (installed with brew on macOS)

Screenshot

Image with colour: no info is shown (more like pushed to the side somehow)

With color

Image without colour: infos are shown correctly

Without color

Config file, Verbose log, ASCII artwork

Thank you !

hykilpikonna commented 1 year ago

This is fixed in HyFetch 1.4.0 / neowofetch 7.3.0 by the pull request https://github.com/dylanaraps/neofetch/pull/1543.

This PR is merged into hyfetch since this repo (dylanaraps/neofetch) seems no longer maintained.

HyFetch is a fork of neofetch with LGBTQ pride flags, but the repo also maintains an updated version of the original neofetch, addressing many pull requests that are not merged in the original repo.

Read the "Running Updated Original Neofetch" section for more info!

leana8959 commented 1 year ago

Thanks for the reply, I tried neowofetch hyfetch with the command neowofetch and it worked like a charm :)
Thanks ! image