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

Update progress label to be visible if progress bar is same color

Open rnewton5 opened this issue 2 years ago • 1 comments

This PR is in response to https://github.com/Rigellute/spotify-tui/issues/984.

It updates how the song_progress's label is set, to ensure the duration can be seen even if the text color matches the playbar's foreground color. If the label's color has been set to one that is different from the playbar's foreground color, this change will have no effect.

image

rnewton5 avatar May 27 '22 21:05 rnewton5

Thank you for this solution. I am using this in an experimental branch and will merge into main soon.

Rigellute avatar Jul 11 '22 17:07 Rigellute