From 124ab0a577aed02435c23aaf0aed6b9da7214226 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 16 Oct 2022 23:52:28 -0400 Subject: refactor: now using a slightly lighter grey for notifications --- .config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 17eba99..68ac18d 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -312,21 +312,21 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#151515" + background = "#202020" foreground = "#ffffff" timeout = 5 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] - background = "#151515" + background = "#202020" foreground = "#ffffff" timeout = 5 # Icon for notifications with normal urgency, uncomment to enable #default_icon = /path/to/icon [urgency_critical] - background = "#151515" + background = "#202020" foreground = "#ffffff" frame_color = "#ff2600" timeout = 5 -- cgit v1.2.3