diff --git a/home/services/dunst/default.nix b/home/services/dunst/default.nix index d28c5a3..527b9b9 100644 --- a/home/services/dunst/default.nix +++ b/home/services/dunst/default.nix @@ -11,9 +11,9 @@ monitor = 0; follow = "mouse"; width = 300; - height = 300; + height = 45; origin = "top-right"; - offset = "10x50"; + offset = "10x20"; scale = 0; notification_limit = 0; progress_bar = true;