From 98947b8530b531e1610708c783b682263e23b220 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Sep 2018 12:04:44 -0600 Subject: [PATCH] mpv: tweak status-msg --- .config/mpv/mpv.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 9753b5c..12d8e3e 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -9,3 +9,6 @@ keep-open = yes # Default volume level. volume = 80 + +# The status message. Look for 'Property list' in the man page. +status-msg = "${?sub-text:Subtitle: ${sub-text}\n} ${?pause==yes:(Paused) }${time-pos} / -${playtime-remaining} / ${duration} (${percent-pos}%) x${speed} Vol: ${volume}%${?mute==yes: (Muted)} ${?current-vo:avsync:${avsync}}" -- 2.39.2