From 597820975a54aee1b4d89a5b5743683de1d5c9fc Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 1 Mar 2024 19:40:18 -0500 Subject: [PATCH] 121 current 2024-03-01 19:40:13 24.05.20240229.1536926 6.6.18 * --- modules/rice/dunst.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/rice/dunst.nix b/modules/rice/dunst.nix index 3f25b13..958c1ed 100644 --- a/modules/rice/dunst.nix +++ b/modules/rice/dunst.nix @@ -48,17 +48,17 @@ in { }; fullscreen_delay_everything.fullscreen = "delay"; urgency_low = { - background = "#${subtle}83"; + background = "#${subtle}f2"; foreground = x muted; timeout = 5; }; urgency_normal = { - background = "#${subtle}83"; + background = "#${subtle}f2"; foreground = "#c6d0f5"; timeout = 6; }; urgency_critical = { - background = "#${subtle}83"; + background = "#${subtle}f2"; foreground = x text; frame_color = "#${pine}80"; timeout = 0;