diff --git a/ui.nix b/ui.nix index 840e67f..2a48659 100644 --- a/ui.nix +++ b/ui.nix @@ -169,7 +169,9 @@ in services.dunst.enable = true; services.dunst.settings = { global = { - geometry = "750x5-20+20"; + width = "(0, 1000)"; + height = "(0, 1000)"; + offset = "(20,20)"; horizontal_padding = 8; indicate_hidden = true; shrink = true;