diff options
author | Joe <rrbo@proton.me> | 2023-02-06 10:08:00 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-06 10:08:00 +0100 |
commit | 6caafdc474b8ad24a590abc62d06b0cc6adf78ee (patch) | |
tree | bdbd93668ddaa456f150cda6726ab75202a67b17 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-6caafdc474b8ad24a590abc62d06b0cc6adf78ee.tar.gz dotfiles-bsd-6caafdc474b8ad24a590abc62d06b0cc6adf78ee.tar.bz2 dotfiles-bsd-6caafdc474b8ad24a590abc62d06b0cc6adf78ee.tar.xz dotfiles-bsd-6caafdc474b8ad24a590abc62d06b0cc6adf78ee.tar.zst dotfiles-bsd-6caafdc474b8ad24a590abc62d06b0cc6adf78ee.zip |
mpv up
Diffstat (limited to '.config')
-rw-r--r-- | .config/mpv/script-opts/uosc.conf | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/.config/mpv/script-opts/uosc.conf b/.config/mpv/script-opts/uosc.conf index a83306f..9ef976a 100644 --- a/.config/mpv/script-opts/uosc.conf +++ b/.config/mpv/script-opts/uosc.conf @@ -2,24 +2,24 @@ timeline_style=line # Line display style config timeline_line_width=2 -timeline_line_width_fullscreen=3 +timeline_line_width_fullscreen=2 # Scale the width of the line when minimized (timeline_size_min) -timeline_line_width_minimized_scale=10 +timeline_line_width_minimized_scale=2 # Timeline size when minimized, 0 will hide it completely -timeline_size_min=2 +timeline_size_min=0 # Timeline size when fully expanded, in pixels, 0 to disable timeline_size_max=40 # Same as ^ but when in fullscreen timeline_size_min_fullscreen=0 -timeline_size_max_fullscreen=60 +timeline_size_max_fullscreen=50 # Same thing as calling toggle-progress command once on startup timeline_start_hidden=no # Comma separated states when timeline should always be visible. available: paused, audio, image, video, idle -timeline_persistency=paused +timeline_persistency= # Timeline opacity -timeline_opacity=0.9 +timeline_opacity=1 # Top border of background color to help visually separate timeline from video -timeline_border=1 +timeline_border=2 # When scrolling above timeline, wheel will seek by this amount of seconds timeline_step=5 # Opacity of chapter indicators in timeline, 0 to disable @@ -154,27 +154,27 @@ click_command=cycle pause; script-binding uosc/flash-pause-indicator # Flash duration in milliseconds used by `flash-{element}` commands flash_duration=1000 # Distances in pixels below which elements are fully faded in/out -proximity_in=40 +proximity_in=60 proximity_out=120 # RGB HEX color codes -foreground=ffffff -foreground_text=000000 -background=000000 -background_text=ffffff +foreground=ebdbb2 +foreground_text=1d2021 +background=1d2021 +background_text=ebdbb2 # Use only bold font weight throughout the whole UI font_bold=no # Show total time instead of time remaining -total_time=no +total_time=yes # Display sub second fraction in timestamps up to this precision time_precision=0 # Display stream's buffered time in timeline if it's lower than this amount of seconds, 0 to disable buffered_time_threshold=60 # Hide UI when mpv autohides the cursor -autohide=no +autohide=yes # Can be: none, flash, static, manual (controlled by flash-pause-indicator and decide-pause-indicator commands) -pause_indicator=flash +pause_indicator=none # Screen dim when stuff like menu is open, 0 to disable -curtain_opacity=0.5 +curtain_opacity=0.4 # Sizes to list in stream quality menu stream_quality_options=4320,2160,1440,1080,720,480,360,240,144 # File types to look for when navigating media files |