omerxx / tmux-sessionx

A Tmux session manager, with preview, fuzzy finding, and MORE
GNU General Public License v3.0
556 stars 51 forks source link

The icon is overlapping with the text, not important but looks bad. #48

Closed shibisuriya closed 4 months ago

shibisuriya commented 4 months ago

image

ProgmRuanSilva commented 4 months ago

Question: Did you change the prompt or is it what comes by default?

shibisuriya commented 4 months ago

@ProgmRuanSilva I did not change the prompt, this is something that came out of the box when I installed the plugin using tpm...

shibisuriya commented 4 months ago

I use hack nerd fonts with alacritty btw.

ProgmRuanSilva commented 4 months ago

Right, I'll try to solve this bug

fvincenzo commented 4 months ago

@ProgmRuanSilva sorry I had the same issue and could not resist to debug it 😄

@shibisuriya can you please try if it works for you? (to try the patch you can point temporarily to my fork: set -g @plugin 'fvincenzo/tmux-sessionx')

ProgmRuanSilva commented 4 months ago

@ProgmRuanSilva sorry I had the same issue and could not resist to debug it 😄

@shibisuriya can you please try if it works for you?

Tanks for it

shibisuriya commented 4 months ago

image I have substituted @fvincenzo's repo, and issued I (make tpm install plugins listed in tmux.conf) but the icon is not changing...

image

I tried to manually set the prompt icon to make it look better but when I removed that setting from tmux.conf the default prompt icon is not getting loaded... I feel like there is some sort of cache that needs to be cleared...

will only be able to validate @fvincenzo's changes if I am able to clear the cache...

shibisuriya commented 4 months ago

I restarted my machine, the @fvincenzo's patch seems to work fine, thank you... Can merge.

fvincenzo commented 4 months ago

@shibisuriya I forgot to mention that you had to restart tmux server after the change.

@shibisuriya @ProgmRuanSilva can you please give +1 to the patch so that @omerxx sees it?

shibisuriya commented 4 months ago

Thanks @fvincenzo!

ProgmRuanSilva commented 4 months ago

Thanks @fvincenzo and @shibisuriya to contribute and open the issue