From 88597d8e81c522c8b9d146ca96debfe91643a36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Tue, 12 Oct 2021 01:35:54 +0300 Subject: mpv: change osd-msg3 --- dotfiles/.config/mpv/mpv.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dotfiles/.config/mpv') 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" -- cgit v1.2.3