]> git.wh0rd.org - home.git/blob - .config/mpv/lua-settings/osc.conf
7043c87e2d4c2f5a8efd8108be7acea1e442a721
[home.git] / .config / mpv / lua-settings / osc.conf
1 # See `man mpv`. On Screen Control settings go here.
2 # The syntax here is different from the main mpv.conf:
3 # - Do not use spaces around the = or quotes around the values.
4
5 # Disable the deadzone: Vertical screen space to behave like mouse leaving the
6 # window. This way cursor at the top of the screen still shows the progress.
7 deadzonesize=0
8
9 # How long to keep the OSC visible. (msec)
10 hidetimeout=3000
11 # Set progress bar fade time. (msec)
12 fadeduration=1000
13
14 # Use the extended progress bar style (filename/etc...).
15 layout=bottombar
16
17 # Always show the OSC when the mouse moves.
18 minmousemove=0
19
20 # Always show the OSC regardless of window mode.
21 showwindowed=yes
22 showfullscreen=yes
23
24 # How tall to make the OSC. Larger means narrower progress bar though.
25 scalefullscreen=1.3
26
27 # How transparent to make the OSC. 0=opaque to 255=transparent.
28 boxalpha=80
29
30 # Show remaining time instead of total time.
31 timetotal=no