Samillion / ModernZ

A sleek and modern OSC for mpv designed to enhance functionality by adding more features, all while preserving the core standards of mpv's OSC.
GNU Lesser General Public License v2.1
10 stars 0 forks source link

Make volume bar follow seekbar*_color #42

Closed Keith94 closed 4 minutes ago

Keith94 commented 3 hours ago

Ref: https://github.com/dexeonify/mpv-config/commit/56a0a8523218e60baadd8bebea039ca34db8b20a

Maybe could have it togglable such as volume_follows_seekbar=<yes|no> or fully customizable.

Samillion commented 3 hours ago

Hmmm. The user option side_buttons_color changes the volume bar color as well.

To do this, I'll have to add a user option to handle this, for example:

# Match volumebar color with seekbar color? It will ignore side_buttons_color for volume bar
volbarmatchseek=yes/no

Would that be a good solution?

Keith94 commented 3 hours ago

Yup, that would probably work just fine!