diff options
| author | jao <jao@gnu.org> | 2026-09-11 16:31:47 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-09-11 16:31:47 +0100 |
| commit | 5d4588421ffe4b14086781c357ce3cfe7fbec274 (patch) | |
| tree | c609de0ffdfd1fb3aacb35f6289601fa635fad96 /init.el | |
| parent | 249f42208bff568bd0ad4592e08f36911a772b6a (diff) | |
| download | elibs-5d4588421ffe4b14086781c357ce3cfe7fbec274.tar.gz elibs-5d4588421ffe4b14086781c357ce3cfe7fbec274.tar.bz2 | |
mpc: remaining playlist time
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
