This commit is contained in:
ksyasuda 2025-02-20 13:52:58 -08:00
parent 701ca424eb
commit 57e17054b0
No known key found for this signature in database
2 changed files with 21 additions and 8 deletions

View File

@ -25,7 +25,9 @@ hidetimeout=1500
# if seeking should reset the hidetimeout # if seeking should reset the hidetimeout
seek_resets_hidetimeout=yes seek_resets_hidetimeout=yes
# fade-out duration (in ms), set to 0 for no fade # 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 # minimum mouse movement (in pixels) required to show OSC
minmousemove=0 minmousemove=0
# show OSC only when hovering at the bottom # show OSC only when hovering at the bottom
@ -33,9 +35,13 @@ bottomhover=yes
# height of hover zone for bottomhover (in pixels) # height of hover zone for bottomhover (in pixels)
bottomhover_zone=130 bottomhover_zone=130
# show OSC when seeking # 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) # pause video while seeking with mouse move (on button hold)
mouse_seek_pause=yes 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 # scale osc with the video
vidscale=auto vidscale=auto
@ -117,7 +123,7 @@ volume_control=yes
# volume scale type: "linear" or "logarithmic" # volume scale type: "linear" or "logarithmic"
volume_control_type=linear volume_control_type=linear
# show playlist button: Left-click for simple playlist, Right-click for interactive playlist # 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 playlist button when no playlist exists
hide_empty_playlist_button=yes hide_empty_playlist_button=yes
# gray out the playlist button when no playlist exists # 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 # color of the window controls (close, minimize, maximize) in borderless/fullscreen mode
window_controls_color=#FFFFFF window_controls_color=#FFFFFF
# color of close window control on hover # color of close window control on hover
windowcontrols_close_hover=#E81123 windowcontrols_close_hover=#F45C5B
# color of min/max window controls on hover # color of maximize window controls on hover
# windowcontrols_minmax_hover=#FFD700 windowcontrols_max_hover=#F8BC3A
# color of minimize window controls on hover
windowcontrols_min_hover=#43CB44
# color of the title (above seekbar) # color of the title (above seekbar)
title_color=#FFFFFF title_color=#FFFFFF
# color of the cache information # 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 # blur strength for the OSC alpha fade. caution: high values can take a lot of CPU time to render
fade_blur_strength=100 fade_blur_strength=100
# alpha of the window title bar (0 to disable) # 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 # blur strength for the window title bar. caution: high values can take a lot of CPU time to render
window_fade_blur_strength=100 window_fade_blur_strength=100
# width of the thumbnail border (for thumbfast) # width of the thumbnail border (for thumbfast)
@ -267,6 +275,8 @@ persistentbuffer=no
# Miscellaneous settings # Miscellaneous settings
# only used at init to set visibility_mode(...) # only used at init to set visibility_mode(...)
visibility=auto visibility=auto
# visibility modes to cycle through, modes are separated by _
visibility_modes=never_auto_always
# minimum interval between OSC redraws (in seconds) # minimum interval between OSC redraws (in seconds)
tick_delay=0.03 tick_delay=0.03
# use display FPS as the minimum redraw interval # 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 # if tooltip contains many characters, it is moved to the left by offset
tooltip_left_offset=5 tooltip_left_offset=5
# portrait window width trigger to move some elements # 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 window width
hide_volume_bar_trigger=1150 hide_volume_bar_trigger=1150
# osc height offset if title above seekbar is disabled # 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 button mouse actions
fullscreen_mbtn_left_command=cycle fullscreen fullscreen_mbtn_left_command=cycle fullscreen
fullscreen_mbtn_right_command=cycle window-maximized fullscreen_mbtn_right_command=cycle window-maximized
# info button mouse actions
info_mbtn_left_command=script-binding stats/display-page-1-toggle