diff options
author | Christian Hesse <mail@eworm.de> | 2015-07-05 14:02:00 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-07-05 14:02:00 +0200 |
commit | 8169c93f165561521b60daa6468ca0dd23fd9833 (patch) | |
tree | 4cd1eb0f385928215bdafce50c298b780b80778a | |
parent | 1006db07a7e8ec28f47a91d314775d380c71025f (diff) | |
download | mpd-notification-8169c93f165561521b60daa6468ca0dd23fd9833.tar.gz mpd-notification-8169c93f165561521b60daa6468ca0dd23fd9833.tar.zst |
use the more generic icon audio-x-generic
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#mimetypes
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |