diff options
Diffstat (limited to '.config/mpv/script-opts')
| -rw-r--r-- | .config/mpv/script-opts/console.conf | 2 | ||||
| -rw-r--r-- | .config/mpv/script-opts/osc.conf | 23 | ||||
| -rw-r--r-- | .config/mpv/script-opts/stats.conf | 4 |
3 files changed, 29 insertions, 0 deletions
diff --git a/.config/mpv/script-opts/console.conf b/.config/mpv/script-opts/console.conf new file mode 100644 index 0000000..26581d1 --- /dev/null +++ b/.config/mpv/script-opts/console.conf @@ -0,0 +1,2 @@ +font="Iosevka Sparkle" +font_size=18 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 diff --git a/.config/mpv/script-opts/stats.conf b/.config/mpv/script-opts/stats.conf new file mode 100644 index 0000000..d9f699f --- /dev/null +++ b/.config/mpv/script-opts/stats.conf @@ -0,0 +1,4 @@ +font="Iosevka Sparkle" +font_mono="Iosevka Sparkle" +font_size=8 +border_size=0.6 |