From f5d56602df70950de6b7d40966b00c9939c81763 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 26 Jan 2020 17:16:07 +0100 Subject: Intial commit of v2 See https://drewdevault.com/2019/12/30/dotfiles.html --- .config/mpv/script-opts/osc.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .config/mpv/script-opts/osc.conf (limited to '.config/mpv/script-opts/osc.conf') 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 -- cgit 1.4.1