From 0e324762615fb011b64e5b1d0f0b5352d27cfa13 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Tue, 31 Dec 2024 07:02:46 -0500 Subject: [PATCH] 139 current 2024-12-31 07:02:39 25.05.20241217.d3c42f1 6.6.66 * --- home/services/dunst/default.nix | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/home/services/dunst/default.nix b/home/services/dunst/default.nix index a3d61e9..a8b2f47 100644 --- a/home/services/dunst/default.nix +++ b/home/services/dunst/default.nix @@ -5,6 +5,19 @@ }: { services.dunst = { enable = true; - configFile = ./dunstrc; + # configFile = ./dunstrc; + settings = { + global = { + monitor = 0; + follow = "mouse"; + width = 300; + height = 300; + origin = "top-right"; + offset = "10x50"; + scale = 0; + notification_limit = 0; + progress_bar = true; + }; + }; }; }