From 5d4588421ffe4b14086781c357ce3cfe7fbec274 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 11 Sep 2026 16:31:47 +0100 Subject: mpc: remaining playlist time --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 95578c6..1b72750 100644 --- a/init.el +++ b/init.el @@ -1978,7 +1978,8 @@ ["Now playing" ("w" "now playing" jao-streaming-echo-current) ("e" "echo now play" jao-player-echo) - ("L" "show lyrics" jao-show-lyrics)] + ("L" "show lyrics" jao-show-lyrics) + ("t" "remaining duration" jao-mpc-show-playlist-duration)] [:description (lambda () (message "mpd %s" (if (jao-mpc-playing-p) -- cgit v1.2.3