Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

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

Open
GustavoJCL opened this issue Feb 14, 2024 · 3 comments

Comments

@GustavoJCL
Copy link

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):

  • OS: Arch Linux
  • Version uwufetch: 2.1

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

@ad-oliviero
Copy link
Owner

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
Copy link
Author

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
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants