diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-10-12 01:35:54 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-10-12 01:35:54 +0300 |
commit | 88597d8e81c522c8b9d146ca96debfe91643a36b (patch) | |
tree | c6801ad2f9c7962ec572fe0dfaf1971a53233b08 /dotfiles/.config/mpv | |
parent | 7ac60e4a99344d96239f2f4da63b6c9e190045f1 (diff) | |
download | swayrice-88597d8e81c522c8b9d146ca96debfe91643a36b.tar.gz swayrice-88597d8e81c522c8b9d146ca96debfe91643a36b.zip |
mpv: change osd-msg3
Diffstat (limited to 'dotfiles/.config/mpv')
-rw-r--r-- | dotfiles/.config/mpv/mpv.conf | 6 |
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" |