✨ feat(mpv): add theme and screenshot config
This commit is contained in:
parent
04d0074547
commit
4e6d12b4fc
2 changed files with 19 additions and 2 deletions
|
@ -11,6 +11,17 @@
|
||||||
# External Sources:
|
# External Sources:
|
||||||
# * https://raw.githubusercontent.com/classicjazz/mpv-config/master/mpv.conf
|
# * 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
|
# Enables best HW decoder; turn off for software decoding
|
||||||
hwdec=auto
|
hwdec=auto
|
||||||
|
|
||||||
|
@ -24,7 +35,7 @@ cursor-autohide=1000 # autohides the cursor after 1s
|
||||||
|
|
||||||
# Sets a custom font
|
# Sets a custom font
|
||||||
osd-font='JetBrainsMono Nerd Font Light'
|
osd-font='JetBrainsMono Nerd Font Light'
|
||||||
# osd-font-size=55
|
osd-font-size=35
|
||||||
# osd-scale=0.5
|
# osd-scale=0.5
|
||||||
|
|
||||||
# Saves the seekbar position on exit
|
# 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
|
blend-subtitles=yes
|
||||||
|
|
||||||
# ===== Motion Interpolation =====
|
# ===== Motion Interpolation =====
|
||||||
override-display-fps=60
|
override-display-fps=75
|
||||||
video-sync=display-resample
|
video-sync=display-resample
|
||||||
interpolation=yes
|
interpolation=yes
|
||||||
tscale=oversample # smoothmotion
|
tscale=oversample # smoothmotion
|
||||||
|
|
6
.config/mpv/scripts-opts/stats.conf
Normal file
6
.config/mpv/scripts-opts/stats.conf
Normal 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
|
Loading…
Add table
Reference in a new issue