mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-09 06:19:35 +01:00
dunst: Fix icons not showing
Also lowers the min-icon-size to avoid huge icons with the new theme.
This commit is contained in:
parent
4dd6ae821a
commit
1a8bedafb3
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user