diff options
author | jao <jao@gnu.org> | 2022-03-03 05:55:45 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-03 22:17:26 +0000 |
commit | 31c1da1f0722ab0b85d022062f8e5eb46564f920 (patch) | |
tree | 5fb14ca2cb47e6da1f6a58399fb0453446e4ff21 /lib/media | |
parent | eeeea452c605cb105adacef018ded3c6e3b77d2f (diff) | |
download | elibs-31c1da1f0722ab0b85d022062f8e5eb46564f920.tar.gz elibs-31c1da1f0722ab0b85d022062f8e5eb46564f920.tar.bz2 |
whitespace
Diffstat (limited to 'lib/media')
-rw-r--r-- | lib/media/jao-mpris.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/media/jao-mpris.el b/lib/media/jao-mpris.el index 977dab3..4df83c7 100644 --- a/lib/media/jao-mpris.el +++ b/lib/media/jao-mpris.el @@ -112,7 +112,7 @@ (duration (cond (duration duration) ((stringp len) len) ((numberp len) (jao-mpris--fmt-time (/ len 1e6) ""))))) - (format " %s %s %s%s%s" + (format "> %s %s %s%s%s" (jao--put-face (format "%s" (or track "")) 'jao-themes-f00) (jao--put-face (or title "") 'jao-themes-f01) (jao--put-face (or artist "") 'jao-themes-f11) |