From 8169c93f165561521b60daa6468ca0dd23fd9833 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sun, 5 Jul 2015 14:02:00 +0200 Subject: use the more generic icon audio-x-generic http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#mimetypes --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index eda6ccd..934f64c 100644 --- a/config.def.h +++ b/config.def.h @@ -12,7 +12,7 @@ #define NOTIFICATION_TIMEOUT 10000 /* name of the icon used for notifications */ -#define ICON_SOUND "sound" +#define ICON_SOUND "audio-x-generic" /* strings used to display notification messages * TEXT_PLAY needs to include three '%s', in order: -- cgit v1.2.3-54-g00ecf