Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 29 additions & 3 deletions DOCS/man/osc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ Configurable Options
Default: bottombar

The layout for the OSC. Currently available are: box, slimbox,
bottombar, topbar, slimbottombar and slimtopbar. Default pre-0.21.0 was
'box'.
bottombar, topbar, slimbottombar, slimtopbar and floating. Default
pre-0.21.0 was 'box'.

``seekbarstyle``
Default: bar
Expand Down Expand Up @@ -468,6 +468,30 @@ Configurable Options
windowcontrols title.
ASS tags are escaped, and newlines and trailing slashes are stripped.

``floatingtitle``
Default: yes

Whether to show the title row in the ``floating`` layout. When enabled,
window controls are rendered as compact buttons without a full-width
background bar.

``floatingwidth``
Default: 700

Width of the ``floating`` layout.

``floatingalpha``
Default: 130

Alpha of the ``floating`` layout background, 0 (opaque) to 255 (fully
transparent).

``tracknumberswidth``
Default: 35

Width of the track number labels next to the audio/subtitle track selector
icons. Set to ``0`` to hide track numbers and show only the icons.

``greenandgrumpy``
Default: no

Expand All @@ -493,11 +517,13 @@ Configurable Options
the remaining playback time.

``icon_style``
Default: classic
Default: layout

Selects the icon set used for OSC buttons. Both sets are bundled in the
mpv-osd-symbols font.

``layout``
Select the icon set based on the current layout.
``classic``
The original mpv icon set.
``fluent``
Expand Down
Loading
Loading