diff options
| -rw-r--r-- | .config/dunst/dunstrc | 6 |
1 files 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 |
