diff options
Diffstat (limited to '.config/mpv/script-opts')
| -rw-r--r-- | .config/mpv/script-opts/console.conf | 4 | ||||
| -rw-r--r-- | .config/mpv/script-opts/stats.conf | 8 | ||||
| -rw-r--r-- | .config/mpv/script-opts/thumbfast.conf | 8 | ||||
| -rw-r--r-- | .config/mpv/script-opts/uosc.conf | 5 | ||||
| -rw-r--r-- | .config/mpv/script-opts/webm.conf | 1 |
5 files changed, 20 insertions, 6 deletions
diff --git a/.config/mpv/script-opts/console.conf b/.config/mpv/script-opts/console.conf index ca236be..b887b61 100644 --- a/.config/mpv/script-opts/console.conf +++ b/.config/mpv/script-opts/console.conf @@ -1,2 +1,2 @@ -font="Iosevka Aile" -font_size=18 +font=Iosevka Etoile +#font_size=18 diff --git a/.config/mpv/script-opts/stats.conf b/.config/mpv/script-opts/stats.conf index 064732f..40c1d80 100644 --- a/.config/mpv/script-opts/stats.conf +++ b/.config/mpv/script-opts/stats.conf @@ -1,4 +1,4 @@ -font="Iosevka Aile" -font_mono="Iosevka Aile" -font_size=8 -border_size=0.6 +font=Iosevka Etoile +# font_mono=monospace +# font_size=8 +# border_size=0.6 diff --git a/.config/mpv/script-opts/thumbfast.conf b/.config/mpv/script-opts/thumbfast.conf new file mode 100644 index 0000000..2284440 --- /dev/null +++ b/.config/mpv/script-opts/thumbfast.conf @@ -0,0 +1,8 @@ +# Apply tone-mapping, no to disable +tone_mapping=auto + +# Enable on network playback +network=yes + +# Enable hardware decoding +hwdec=yes diff --git a/.config/mpv/script-opts/uosc.conf b/.config/mpv/script-opts/uosc.conf new file mode 100644 index 0000000..07ada16 --- /dev/null +++ b/.config/mpv/script-opts/uosc.conf @@ -0,0 +1,5 @@ +timeline_size_max=32 +controls_size=24 +volume_size=32 +top_bar_size=32 +pause_indicator=none diff --git a/.config/mpv/script-opts/webm.conf b/.config/mpv/script-opts/webm.conf new file mode 100644 index 0000000..73b509c --- /dev/null +++ b/.config/mpv/script-opts/webm.conf @@ -0,0 +1 @@ +output_format=av1 |