Change default icon size to 16x16 (was 32x32)
might fit better to dunst's minimalistic style
This commit is contained in:
parent
01327a6bc4
commit
687a69a99f
@ -51,7 +51,7 @@ char *dmenu = "/usr/bin/dmenu";
|
|||||||
char *browser = "/usr/bin/firefox";
|
char *browser = "/usr/bin/firefox";
|
||||||
|
|
||||||
/* path to default icons */
|
/* path to default icons */
|
||||||
char *icon_path = "/usr/share/icons/gnome/32x32/status/";
|
char *icon_path = "/usr/share/icons/gnome/16x16/status/";
|
||||||
|
|
||||||
/* follow focus to different monitor and display notifications there?
|
/* follow focus to different monitor and display notifications there?
|
||||||
* possible values:
|
* possible values:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user