KittyKatt / screenFetch

Fetches system/theme information in terminal for Linux desktop screenshots.
GNU General Public License v3.0
3.83k stars 453 forks source link

Can't display GNU head icon #662

Open dinkopehar opened 4 years ago

dinkopehar commented 4 years ago

I'm submitting a ... (check one with "x")

[ ] bug report
[ ] new distro request
[X] question

Question

I'm not sure how can I display logo at https://github.com/KittyKatt/screenFetch/blob/master/screenfetch-dev#L5888 ,that is GNU Head ? I tried screenfetch -A 'GNU' but it only display Tux icon. Any help ? Thank you.

KittyKatt commented 4 years ago

Sorry for getting back to you so late about this, @dinko-pehar . For that logo, screenfetch is checking kernl/os-type not the defined ASCII logo string. I can probably put an extra || in there for that and get back to you.

dinkopehar commented 4 years ago

No problem @KittyKatt . I closed it because I thought it was something trivial to do, like some argument to pass. I'll watch more for implementation of this issue so I can modify source code of package which I installed via pacman.

Thank you for taking time to implement this :1st_place_medal: