From 6a0ad21ed889cb1544d5974f502c36f971b49336 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 28 Mar 2024 21:31:54 +0000 Subject: mpc nit --- lib/media/jao-mpc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/media/jao-mpc.el b/lib/media/jao-mpc.el index de737a3..0f000da 100644 --- a/lib/media/jao-mpc.el +++ b/lib/media/jao-mpc.el @@ -100,7 +100,7 @@ (no (string-to-number (alist-get 'songpos current "0"))) (tims (concat " [" (jao-mpc--current-timestr times current) "]"))) (format "%s%s %s%s%s%s" ;;  - (jao--put-face (if (zerop no) "" (format "%02d/%s " no len)) + (jao--put-face (if (zerop no) "" (format "%d/%s " no len)) 'jao-themes-f02) (jao--put-face (or title "") 'jao-themes-f00) (jao--put-face (or artist "") 'jao-themes-f01) -- cgit v1.2.3