From 6ef183d701233743b9e2ec2ffb70fc6cf3b1a4ab Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 10 Oct 2020 16:46:09 +0200 Subject: [PATCH] Changed colors to be more neutral. Changed timeout for low and critical priority notifications. --- arch-config/.config/dunst/dunstrc | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/arch-config/.config/dunst/dunstrc b/arch-config/.config/dunst/dunstrc index e3eefbb3..82efc932 100644 --- a/arch-config/.config/dunst/dunstrc +++ b/arch-config/.config/dunst/dunstrc @@ -292,26 +292,23 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#331c08" - foreground = "#888888" - frame_color = "#331c08" - timeout = 10 + background = "#222222" + foreground = "#aaaaaa" + timeout = 5 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#663811" + background = "#333333" foreground = "#ffffff" - frame_color = "#663811" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#b2631e" + background = "#555555" foreground = "#ffffff" - frame_color = "#b2631e" - timeout = 30 + timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon