diff --git a/modules/hm/dunst.nix b/modules/hm/dunst.nix index fb2b7dc..8ab8975 100644 --- a/modules/hm/dunst.nix +++ b/modules/hm/dunst.nix @@ -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)";