From 20028a407d9a903eb5ba1c722b6ea4fc3780bb64 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 7 Dec 2023 12:30:18 +0100 Subject: [PATCH] Dunst: update margins --- modules/hm/dunst.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)";