diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 534e2db..5acb2d9 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -285,14 +285,16 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#204460" + #background = "#204460" + background = "#282828" foreground = "#dddddd" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#204460" + #background = "#204460" + background = "#282832" foreground = "#dddddd" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable