From 389c123beb48dab2c8a179b86e4f697b6bbd6c4d Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 25 Jul 2013 09:13:15 +0200 Subject: introduce config.h --- config.def.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.def.h (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h new file mode 100644 index 0000000..0047f7d --- /dev/null +++ b/config.def.h @@ -0,0 +1,11 @@ +/* name of the icon used for notifications */ +#define ICON_SOUND "sound" + +/* strings used to display notification messages + * TEXT_PLAY needs to include three '%s', in order: + * title, artist, album */ +#define TEXT_TOPIC "MPD Notification" +#define TEXT_PLAY "Playing %s\nby %s\nfrom %s" +#define TEXT_PAUSE "Paused playback" +#define TEXT_STOP "Stopped playback" +#define TEXT_UNKNOWN "(unknown)" -- cgit v1.2.3-54-g00ecf