spotify-tui icon indicating copy to clipboard operation
spotify-tui copied to clipboard

tmux swapping playbar background and playbar progress colors

Open johnfromoptus opened this issue 3 years ago • 4 comments

It is also leaving a bar of cyan over the progress text after passing it. First image is tmux, second is without. spt .

2021-11-28_22-37

johnfromoptus avatar Nov 28 '21 11:11 johnfromoptus

I wonder if this is related to https://github.com/fdehau/tui-rs/issues/538... It turns out that how we color the background of the progress bar is not supported by tui-rs.

As soon as I get to a computer, I can test the gauge widget. If that's the case, then this is effectively a duplicate of https://github.com/Rigellute/spotify-tui/issues/887.

sputnick1124 avatar Dec 02 '21 02:12 sputnick1124

I tried implementing the fix from #887 and recompiling but the error persists. Would like to try downgrading the tui-rs version but have no idea how to do that. Any tips?

johnfromoptus avatar Dec 11 '21 03:12 johnfromoptus

A partial improvement (IMO) is to swap playbar_background with playbar_progress, and also set playbar_progress_text to match the new playbar_progress. Would it be possible to add an option to move/remove the text in the progress bar? This would provide a workaround, and might also be preferable for some users.

samJcrawford avatar Mar 22 '22 11:03 samJcrawford

Same here

Screenshot 2022-12-23 at 10 04 21

marianaantunes avatar Dec 23 '22 13:12 marianaantunes