diff options
author | jao <jao@gnu.org> | 2024-03-12 00:57:59 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-03-12 00:58:26 +0000 |
commit | f3cc55c2ff838ff46d137d813c4b7c86fbf5da68 (patch) | |
tree | 1f95dd9243fbf37d3a556f75a87c44111f6e5fea /lib | |
parent | f634ad6203c1469ccf05a6762b6154d9131dbc04 (diff) | |
download | elibs-f3cc55c2ff838ff46d137d813c4b7c86fbf5da68.tar.gz elibs-f3cc55c2ff838ff46d137d813c4b7c86fbf5da68.tar.bz2 |
reactivating mopidy, not sure for how long
Diffstat (limited to 'lib')
-rw-r--r-- | lib/media/jao-mpris.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/media/jao-mpris.el b/lib/media/jao-mpris.el index e98709b..3bb2636 100644 --- a/lib/media/jao-mpris.el +++ b/lib/media/jao-mpris.el @@ -1,6 +1,6 @@ ;;; jao-mpris.el --- mpris players control -*- lexical-binding: t; -*- -;; Copyright (C) 2020, 2021, 2022 jao +;; Copyright (C) 2020, 2021, 2022, 2024 jao ;; Author: jao <mail@jao.io> ;; Keywords: multimedia @@ -119,7 +119,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) |