dracula/tmux

Bug: spotify-tui size overflows

21st-centuryman opened this issue · 3 comments

Basically with songs that have longer names the size of the spotify-tui psuhes other plugins out of the view. See picture:
Screenshot 2023-02-12 at 20 59 01

I think this shouldn't be too big of an issue. I will see if I have the time to fix a PR.

I have the latest version of tmux, and dracula/tmux if that helps

Screenshot 2023-02-12 at 21 02 54

Here is an extreme version of the issue.

This happens with the kubernetes context as well, on the latest version of tmux and dracula/tmux.

@21st-centuryman should be fixed now. use set -g @dracula-spotify-tui-cutoff 30 to set 30 characters as an upper bound for spotify. (you can ofc also use any other value, but i like 30)

if youre happy, consider closing the issue :D