add example dunst settings, TODO: make nice dunst notifs

This commit is contained in:
Noa Aarts 2024-11-11 01:01:25 +01:00
parent 97a00fd8f4
commit 29cc1ad2ce
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -15,6 +15,23 @@ in
config = lib.mkIf cfg.enable {
services.dunst = {
enable = true;
# settings = {
# global = {
# width = 300;
# height = 300;
# offset = "30x50";
# origin = "top-right";
# transparency = 10;
# frame_color = "#293929";
# font = "Droid Sans 9";
# };
#
# urgency_normal = {
# background = "#37474f";
# foreground = "#293929";
# timeout = 10;
# };
# };
};
};
}