diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -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) | 
