diff --git a/hosts/pinwheel/modules/dunst/default.nix b/hosts/pinwheel/modules/dunst/default.nix index 1f6e949..e58f630 100644 --- a/hosts/pinwheel/modules/dunst/default.nix +++ b/hosts/pinwheel/modules/dunst/default.nix @@ -9,7 +9,7 @@ monitor = 1; width = 300; height = 300; - offset = "10x50"; + offset = "10x10"; origin = "top-right"; transparency = 10; frame_color = "#${config.lib.colors.foreground-dim}";