mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-16 07:18:18 +02: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 = {
|
services.dunst = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
iconTheme = {
|
||||||
|
package = pkgs.papirus-icon-theme;
|
||||||
|
name = "Papirus";
|
||||||
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
geometry = "1870x5-25+45";
|
geometry = "1870x5-25+45";
|
||||||
@ -20,7 +25,7 @@
|
|||||||
transparency = 5;
|
transparency = 5;
|
||||||
format = "<b>%s</b>: %b";
|
format = "<b>%s</b>: %b";
|
||||||
markup = "full";
|
markup = "full";
|
||||||
min_icon_size = 128;
|
min_icon_size = 32;
|
||||||
max_icon_size = 128;
|
max_icon_size = 128;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user