From 3e758d8cdf69039ddc1f690caf66489107f8a41c Mon Sep 17 00:00:00 2001 From: plugd Date: Thu, 4 Aug 2022 13:23:51 +1000 Subject: [PATCH] Added album title to status. --- emus.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emus.el b/emus.el index 2b02cd9..9d17b2a 100644 --- a/emus.el +++ b/emus.el @@ -467,8 +467,9 @@ If PREV is non-nil, plays the last track of the previous album." " %s") emus-current-volume (if emus-current-track - (format "- %.30s (%.20s)" + (format "- %.30s (%.20s, %.20s)" (emus-track-title emus-current-track) + (emus-track-album emus-current-track) (emus-track-artist emus-current-track)) "")))) -- 2.20.1