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