diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-02 09:56:28 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-02 09:56:28 +0200 |
commit | eb8a0618e8eef4ba3596f88ad4bb30f5ae601bf9 (patch) | |
tree | ebf18dc1afa24ec5d02136059c97968bf4e6fd1a | |
parent | Merge branch 'master' into jozan-merge-master (diff) | |
download | mpd-notification-eb8a0618e8eef4ba3596f88ad4bb30f5ae601bf9.tar.gz mpd-notification-eb8a0618e8eef4ba3596f88ad4bb30f5ae601bf9.tar.bz2 mpd-notification-eb8a0618e8eef4ba3596f88ad4bb30f5ae601bf9.tar.xz mpd-notification-eb8a0618e8eef4ba3596f88ad4bb30f5ae601bf9.tar.zst mpd-notification-eb8a0618e8eef4ba3596f88ad4bb30f5ae601bf9.zip |
jozaned
-rw-r--r-- | config.def.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index 16d0cc3..2364709 100644 --- a/config.def.h +++ b/config.def.h @@ -28,11 +28,11 @@ /* strings used to display notification messages * TEXT_PLAY_* need to include one string modifier '%s' each. */ #define TEXT_TOPIC "MPD" -#define TEXT_PLAY_PAUSE_STATE "%s " +#define TEXT_PLAY_PAUSE_STATE "\uf001 %s " #define TEXT_PLAY_PAUSE_TITLE "<b>%s</b>" -#define TEXT_PLAY_PAUSE_ARTIST "by <i>%s</i>" -#define TEXT_PLAY_PAUSE_ALBUM "from <i>%s</i>" -#define TEXT_STOP "Stopped playback" +#define TEXT_PLAY_PAUSE_ARTIST "by <b>%s</b>" +#define TEXT_PLAY_PAUSE_ALBUM "from <u>%s</u>" +#define TEXT_STOP "\uf001 Stopped playback" #define TEXT_NONE "No action received yet." #define TEXT_UNKNOWN "(unknown)" |