From 237a091e44908615df0955243412d50cf49ecf2e Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 29 Sep 2023 07:09:17 +0200 Subject: update mpv config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/mpv/script-opts/console.conf | 4 ++-- .config/mpv/script-opts/stats.conf | 8 ++++---- .config/mpv/script-opts/thumbfast.conf | 8 ++++++++ .config/mpv/script-opts/uosc.conf | 5 +++++ .config/mpv/script-opts/webm.conf | 1 + 5 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 .config/mpv/script-opts/thumbfast.conf create mode 100644 .config/mpv/script-opts/uosc.conf create mode 100644 .config/mpv/script-opts/webm.conf (limited to '.config/mpv/script-opts') 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 -- cgit 1.4.1