aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/mpv
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-10-12 01:35:54 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-10-12 01:35:54 +0300
commit88597d8e81c522c8b9d146ca96debfe91643a36b (patch)
treec6801ad2f9c7962ec572fe0dfaf1971a53233b08 /dotfiles/.config/mpv
parent7ac60e4a99344d96239f2f4da63b6c9e190045f1 (diff)
downloadswayrice-88597d8e81c522c8b9d146ca96debfe91643a36b.tar.gz
swayrice-88597d8e81c522c8b9d146ca96debfe91643a36b.zip
mpv: change osd-msg3
Diffstat (limited to 'dotfiles/.config/mpv')
-rw-r--r--dotfiles/.config/mpv/mpv.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/.config/mpv/mpv.conf b/dotfiles/.config/mpv/mpv.conf
index b9acd0f..c57968f 100644
--- a/dotfiles/.config/mpv/mpv.conf
+++ b/dotfiles/.config/mpv/mpv.conf
@@ -1,11 +1,11 @@
-# Use wayland shared memory. For some reason gpu rendered output looks garbled
-# on my second monitor on sway
vo=gpu
hwdec=auto
alang=ja,jpn,en,eng,es,spa,ru,rus
slang=en,eng,es,spa,ru,rus
+osd-font=monospace
+osd-msg3="${?core-idle==yes:}${?core-idle==no:} ${time-pos}/${duration} ${media-title}"
input-ipc-server=/tmp/mpvsock
-ytdl-format="bestvideo[height<=?1440]+bestaudio"
+ytdl-format="bestvideo[height<=?1080]+bestaudio"