add example dunst settings, TODO: make nice dunst notifs
This commit is contained in:
parent
97a00fd8f4
commit
29cc1ad2ce
1 changed files with 17 additions and 0 deletions
|
|
@ -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;
|
||||
# };
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue