ad-oliviero / uwufetch

A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
GNU General Public License v3.0
731 stars 47 forks source link

uwufetch doesn't show the image in kitty terminal and how can i use icat in wuwfetch instead #250

Open GustavoJCL opened 4 months ago

GustavoJCL commented 4 months ago

Describe the bug By default uwufetch doesn't show the image in arch linux and kitty terminal, even if i installed viu

To Reproduce

paru -S uwufetch viu
uwufetch

Expected behavior I expect uwufetch show the image of the arch logo

Screenshots image

Desktop (please complete the following information):

Additional context how can i use icat instead of viu to show images?

ad-oliviero commented 4 months ago

I expect uwufetch show the image of the arch logo

To print the image instead of the ascii logo, you should use the -i option: uwufetch -i

how can i use icat instead of viu to show images?

In 2.1, you can't. In the current development branch, image printing is not implemented, but in future I'll make sure to implement multiple image printing solutions

GustavoJCL commented 4 months ago

thanks, but how can i config uwufetch to show the logo in tmux, i have the set -gq allow-passthrough on in my tmux config image

ad-oliviero commented 4 months ago

I think that happens because of the $TERM variable that kitty sets to xterm-kitty by default, but tmux changes it to tmux-256color.

You could try to change it back to xterm-kitty, but I don't know if it will work. Also I think there are already some issues opened on the viu repository.

The only solution I can give you is to implement another image printer (like icat, as you said), but now there's no real solution to that.