From eecf2bb66e1aa0679e8c4ca86dab1eeacea647c2 Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 18 Mar 2026 18:58:40 +0000 Subject: [PATCH] update --- dunstrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dunstrc b/dunstrc index bd37308..45a1ca4 100644 --- a/dunstrc +++ b/dunstrc @@ -236,16 +236,16 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#272727" - foreground = "#777777" + background = "#272727cc" + foreground = "#aaaaaa" frame_color = "#555555" timeout = 0 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#272727" - foreground = "#aaaaaa" + background = "#272727ee" + foreground = "#cccccc" frame_color = "#777777" timeout = 0 # Icon for notifications with normal urgency, uncomment to enable @@ -253,7 +253,7 @@ [urgency_critical] background = "#272727" - foreground = "#ca0000" + foreground = "#ffffff" frame_color = "#aaaaaa" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable