diff options
author | jao <jao@gnu.org> | 2024-03-28 21:31:54 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-03-28 21:31:54 +0000 |
commit | 6a0ad21ed889cb1544d5974f502c36f971b49336 (patch) | |
tree | 2b2e8d88848802e8c8683966fba9bd04ae3a4f22 /lib | |
parent | 2125eba752727e53fd13dc3fed016c5d1e6826b2 (diff) | |
download | elibs-6a0ad21ed889cb1544d5974f502c36f971b49336.tar.gz elibs-6a0ad21ed889cb1544d5974f502c36f971b49336.tar.bz2 |
mpc nit
Diffstat (limited to 'lib')
-rw-r--r-- | lib/media/jao-mpc.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |