Dunst: update margins

This commit is contained in:
Filippo Berto 2023-12-07 12:30:18 +01:00
parent ee9cceebcf
commit 20028a407d
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -17,7 +17,7 @@ in
settings = {
global = {
browser = "${pkgs.xdg-utils}/bin/xdg-open";
# corner_radius = 8;
corner_radius = 10;
dmenu = "${pkgs.rofi}/bin/rofi -dmenu -p dunst:";
follow = "keyboard";
font = "${pkgs.rice.font.normal.name} 10";
@ -26,7 +26,7 @@ in
height = 320;
mouse_middle_click = "context";
notification_limit = 10;
offset = "7x28";
offset = "7x7";
separator_color = strPalette.normal.blue;
transparency = 100 - nix-rice.float.round (pkgs.rice.opacity * 100);
width = "(0, 320)";