update
This commit is contained in:
parent
701ca424eb
commit
57e17054b0
@ -25,7 +25,9 @@ hidetimeout=1500
|
||||
# if seeking should reset the hidetimeout
|
||||
seek_resets_hidetimeout=yes
|
||||
# fade-out duration (in ms), set to 0 for no fade
|
||||
fadeduration=250
|
||||
fadeduration=200
|
||||
# whether to enable fade-in effect
|
||||
fadein=no
|
||||
# minimum mouse movement (in pixels) required to show OSC
|
||||
minmousemove=0
|
||||
# show OSC only when hovering at the bottom
|
||||
@ -33,9 +35,13 @@ bottomhover=yes
|
||||
# height of hover zone for bottomhover (in pixels)
|
||||
bottomhover_zone=130
|
||||
# show OSC when seeking
|
||||
osc_on_seek=yes
|
||||
osc_on_seek=no
|
||||
# show OSC on start of every file
|
||||
osc_on_start=no
|
||||
# pause video while seeking with mouse move (on button hold)
|
||||
mouse_seek_pause=yes
|
||||
# force show seekbar tooltip on mouse drag, even if not hovering seekbar
|
||||
force_seek_tooltip=no
|
||||
|
||||
# scale osc with the video
|
||||
vidscale=auto
|
||||
@ -117,7 +123,7 @@ volume_control=yes
|
||||
# volume scale type: "linear" or "logarithmic"
|
||||
volume_control_type=linear
|
||||
# show playlist button: Left-click for simple playlist, Right-click for interactive playlist
|
||||
playlist_button=no
|
||||
playlist_button=yes
|
||||
# hide playlist button when no playlist exists
|
||||
hide_empty_playlist_button=yes
|
||||
# gray out the playlist button when no playlist exists
|
||||
@ -171,9 +177,11 @@ window_title_color=#FFFFFF
|
||||
# color of the window controls (close, minimize, maximize) in borderless/fullscreen mode
|
||||
window_controls_color=#FFFFFF
|
||||
# color of close window control on hover
|
||||
windowcontrols_close_hover=#E81123
|
||||
# color of min/max window controls on hover
|
||||
# windowcontrols_minmax_hover=#FFD700
|
||||
windowcontrols_close_hover=#F45C5B
|
||||
# color of maximize window controls on hover
|
||||
windowcontrols_max_hover=#F8BC3A
|
||||
# color of minimize window controls on hover
|
||||
windowcontrols_min_hover=#43CB44
|
||||
# color of the title (above seekbar)
|
||||
title_color=#FFFFFF
|
||||
# color of the cache information
|
||||
@ -210,7 +218,7 @@ fade_alpha=130
|
||||
# blur strength for the OSC alpha fade. caution: high values can take a lot of CPU time to render
|
||||
fade_blur_strength=100
|
||||
# alpha of the window title bar (0 to disable)
|
||||
window_fade_alpha=75
|
||||
window_fade_alpha=100
|
||||
# blur strength for the window title bar. caution: high values can take a lot of CPU time to render
|
||||
window_fade_blur_strength=100
|
||||
# width of the thumbnail border (for thumbfast)
|
||||
@ -267,6 +275,8 @@ persistentbuffer=no
|
||||
# Miscellaneous settings
|
||||
# only used at init to set visibility_mode(...)
|
||||
visibility=auto
|
||||
# visibility modes to cycle through, modes are separated by _
|
||||
visibility_modes=never_auto_always
|
||||
# minimum interval between OSC redraws (in seconds)
|
||||
tick_delay=0.03
|
||||
# use display FPS as the minimum redraw interval
|
||||
@ -290,7 +300,7 @@ tooltip_height_offset=2
|
||||
# if tooltip contains many characters, it is moved to the left by offset
|
||||
tooltip_left_offset=5
|
||||
# portrait window width trigger to move some elements
|
||||
portrait_window_trigger=930
|
||||
portrait_window_trigger=1000
|
||||
# hide volume bar trigger window width
|
||||
hide_volume_bar_trigger=1150
|
||||
# osc height offset if title above seekbar is disabled
|
||||
@ -359,3 +369,6 @@ playlist_next_mbtn_right_command=script-binding select/select-playlist; script-m
|
||||
# fullscreen button mouse actions
|
||||
fullscreen_mbtn_left_command=cycle fullscreen
|
||||
fullscreen_mbtn_right_command=cycle window-maximized
|
||||
|
||||
# info button mouse actions
|
||||
info_mbtn_left_command=script-binding stats/display-page-1-toggle
|
||||
|
Loading…
x
Reference in New Issue
Block a user