dunst: Fix icons not showing

Also lowers the min-icon-size to avoid huge icons with the new theme.
This commit is contained in:
Donovan Glover 2023-07-11 07:56:47 -04:00
parent 4dd6ae821a
commit 1a8bedafb3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -6,6 +6,11 @@
services.dunst = {
enable = true;
iconTheme = {
package = pkgs.papirus-icon-theme;
name = "Papirus";
};
settings = {
global = {
geometry = "1870x5-25+45";
@ -20,7 +25,7 @@
transparency = 5;
format = "<b>%s</b>: %b";
markup = "full";
min_icon_size = 128;
min_icon_size = 32;
max_icon_size = 128;
};
};