From 4f70e52bf1bb0b684eecf4352280b920767683b0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 15 Aug 2020 14:55:34 -0400 Subject: [PATCH] mpv: update settings --- .config/mpv/mpv.conf | 2 +- .config/mpv/{lua-settings => script-opts}/osc.conf | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .config/mpv/{lua-settings => script-opts}/osc.conf (100%) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 12d8e3e..d8b6c8e 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -11,4 +11,4 @@ keep-open = yes 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}}" +term-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}}" diff --git a/.config/mpv/lua-settings/osc.conf b/.config/mpv/script-opts/osc.conf similarity index 100% rename from .config/mpv/lua-settings/osc.conf rename to .config/mpv/script-opts/osc.conf -- 2.39.2