From 6f87bbc1599f4a57d22936c1d9e58fde3d219447 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Tue, 31 Dec 2024 07:18:15 -0500 Subject: [PATCH] 142 current 2024-12-31 07:18:08 25.05.20241217.d3c42f1 6.6.66 * --- home/services/dunst/default.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/home/services/dunst/default.nix b/home/services/dunst/default.nix index 52972f3..d28c5a3 100644 --- a/home/services/dunst/default.nix +++ b/home/services/dunst/default.nix @@ -59,6 +59,28 @@ mouse_middle_click = "do_action, close_current"; mouse_right_click = "close_all"; }; + + experimental = { + per_monitor_dpi = false; + }; + + urgency_low = { + background = "#000000"; + foreground = "#EBDBB2"; + timeout = 3; + }; + + urgency_normal = { + background = "#000000"; + foreground = "#EBDBB2"; + timeout = 3; + }; + + urgency_critical = { + background = "#000000"; + foreground = "#EBDBB2"; + timeout = 3; + }; }; }; }