From 462138dc17de135d9651ccd4e2a037e27a5e61a3 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Sat, 3 May 2025 18:06:37 +0200 Subject: [PATCH] Update notification color --- .config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 69a35b1..44fe334 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -313,14 +313,14 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#222222C0" + background = "#595959E0" foreground = "#ffffff" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] - background = "#222222C0" + background = "#595959E0" foreground = "#ffffff" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable