Moon-0xff / gnome-mpris-label

A music related GNOME extension.
GNU General Public License v3.0
50 stars 9 forks source link

Feature request: Progress Bar #102

Open oparada1988 opened 2 months ago

oparada1988 commented 2 months ago

It would be cool to have a progression bar

Moon-0xff commented 2 months ago

Sure it would be cool, but implementing in a maintainable way isn't trivial.

If we could make a multicolor string for the label, we could use the characters as a progress bar, this approach would be both cool and maintainable.
Using extra widgets or adding a progress bar to the menu would break more often.

oparada1988 commented 2 months ago

Owner

Whichever is easier for you my man

Batwam commented 1 month ago

in case this helps, the closest thing to a progress bar I have seen around is in Dash-to-panel under the icons (see bar underneath the terminal icon): image

Looking at the code, this makes use of svg files applied as background-image: https://github.com/home-sweet-gnome/dash-to-panel/blob/bbb85f6565f5fb9969a15a0607059274150dfc3b/appIcons.js#L601