diff options
Diffstat (limited to '.config/mpv/script-opts/osc.conf')
| -rw-r--r-- | .config/mpv/script-opts/osc.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/mpv/script-opts/osc.conf b/.config/mpv/script-opts/osc.conf new file mode 100644 index 0000000..c99b867 --- /dev/null +++ b/.config/mpv/script-opts/osc.conf @@ -0,0 +1,23 @@ +# +# MPV LUA SETTINGS +# + +layout=bottombar +# layout=topbar +# layout=slimbox +# layout=box + +boxalpha=90 +# valign=-1 +# hidetimeout=1000 +# fadeduration=100 +seekbarstyle=bar +# seekbarstyle=slider +# seekbarstyle=knob + +# use native mpv values and disable OSC internal track list management (and some functions that depend on it) +iamaprogrammer=yes +# display total time instead of remaining time? +# timetotal=no +# display timecodes with milliseconds +# timems=yes |