feat(mpv): add theme and screenshot config

This commit is contained in:
Sergio Laín 2024-05-15 11:14:31 +02:00
parent 04d0074547
commit 4e6d12b4fc
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B
2 changed files with 19 additions and 2 deletions

View file

@ -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

View file

@ -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