mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 08:35:58 +03:00
[GH-ISSUE #918] tmux swapping playbar background and playbar progress colors #396
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#396
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johnfromoptus on GitHub (Nov 28, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/918
It is also leaving a bar of cyan over the progress text after passing it. First image is tmux, second is without.

.
@sputnick1124 commented on GitHub (Dec 2, 2021):
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.
@johnfromoptus commented on GitHub (Dec 11, 2021):
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?
@samJcrawford commented on GitHub (Mar 22, 2022):
A partial improvement (IMO) is to swap
playbar_backgroundwithplaybar_progress, and also setplaybar_progress_textto match the newplaybar_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.@marianasdfghjkl commented on GitHub (Dec 23, 2022):
Same here