diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 45166b38..a464cfcf 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -11,6 +11,17 @@ # External Sources: # * https://raw.githubusercontent.com/classicjazz/mpv-config/master/mpv.conf +# Theme +background-color='#24273a' +osd-back-color='#6e738d' +osd-border-color='#181926' +osd-color='#cad3f5' +osd-shadow-color='#24273a' + +# Screenshots +screenshot-directory='~/Imagenes/Capturas/PC' +screenshot-template='mpv-%f-%p' + # Enables best HW decoder; turn off for software decoding hwdec=auto @@ -24,7 +35,7 @@ cursor-autohide=1000 # autohides the cursor after 1s # Sets a custom font osd-font='JetBrainsMono Nerd Font Light' -# osd-font-size=55 +osd-font-size=35 # osd-scale=0.5 # Saves the seekbar position on exit @@ -70,7 +81,7 @@ deband-grain=48 # dynamic grain: set to "0" if using the static grain shader blend-subtitles=yes # ===== Motion Interpolation ===== -override-display-fps=60 +override-display-fps=75 video-sync=display-resample interpolation=yes tscale=oversample # smoothmotion diff --git a/.config/mpv/scripts-opts/stats.conf b/.config/mpv/scripts-opts/stats.conf new file mode 100644 index 00000000..4846af3b --- /dev/null +++ b/.config/mpv/scripts-opts/stats.conf @@ -0,0 +1,6 @@ +# Colors are in #BBGGRR format +border_color=30201e +font_color=f5d3ca +plot_bg_border_color=f8bdb7 +plot_bg_color=30201e +plot_color=f8bdb7