From 11aef25bd573b111be743de855bc99750701ab72 Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Sat, 7 Oct 2017 12:08:24 +0200 Subject: [PATCH] Change default icons to match freedesktop spec --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 0444522..6061851 100644 --- a/config.def.h +++ b/config.def.h @@ -11,7 +11,7 @@ char *lowfgcolor = "#000000"; char *format = "%s %b"; /* default format */ int timeouts[] = { 10, 10, 0 }; /* low, normal, critical */ -char *icons[] = { "info", "info", "emblem-important" }; /* low, normal, critical */ +char *icons[] = { "dialog-information", "dialog-information", "dialog-warning" }; /* low, normal, critical */ unsigned int transparency = 0; /* transparency */ char *geom = "0x0"; /* geometry */