tomasklaen / uosc

Feature-rich minimalist proximity-based UI for MPV player.
GNU Lesser General Public License v2.1
1.87k stars 68 forks source link

Is it possible to automate the progress bar visibility based on mouse position? #920

Closed Dkzn closed 5 months ago

Dkzn commented 5 months ago

I'm referring to the mini progress bar. I was wondering if there's a way to have it only be visible in windowed mode AND the mouse is positioned inside the window. So: Windowed and mouse inside window - visible Windowed and mouse outside window - not visible Full screen - not visible

tomasklaen commented 5 months ago

No, this level of visibility control is not possible. If you want to see the progress only when hovering the window, there's not much difference between what you're asking for and hovering somewhere around the timeline to trigger its proximity visibility.

Or you can enable autohide and increase proximity distances to force all elements to be visible when cursor moves inside window and hide them after some delay.

Dkzn commented 5 months ago

Ok thanks. I think I'll just use toggle-progress