1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

man: document osc seekbarstyle option

This commit is contained in:
ahoka 2014-11-13 03:19:28 -06:00 committed by wm4
parent e7b45b1efa
commit b4a147bbe2
2 changed files with 5 additions and 1 deletions

View File

@ -229,6 +229,10 @@ Configurable Options
| Default: yes
| Display a tooltip over the seekbar indicating time at mouse position.
``seekbarstyle``
| Default: slider
| Sets the style of the seekbar, slider (diamond marker) or bar (fill)
Script Commands
~~~~~~~~~~~~~~~

View File

@ -25,7 +25,7 @@ local user_opts = {
seektooltip = true, -- display tooltip over the seekbar indicating time at mouse position
iamaprogrammer = false, -- use native mpv values and disable OSC internal playlist management (and some functions that depend on it)
layout = "box",
seekbarstyle = "slider", -- seekbar style, slider (diamond marker) and bar (fill)
seekbarstyle = "slider", -- seekbar style, slider (diamond marker) or bar (fill)
}
-- read options from config and command-line