summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el
index cea0d2a..7801d5e 100644
--- a/init.el
+++ b/init.el
@@ -2972,7 +2972,9 @@
(lambda ()
(message "%s %s"
(if (jao-mpc-mopidy-p) "mopidy" "mpd")
- (jao-mpc--current-timestr t))
+ (if (jao-mpc-playing-p)
+ (jao-mpc--current-timestr t)
+ (jao-mpc--current-str)))
(format "Master %s%%" (jao-mixer-get-level nil t)))
("d" "down" jao-mixer-master-down :transient t)
("u" "up" jao-mixer-master-up :transient t)