diff options
-rwxr-xr-x | .config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 1dc2bc9..476bc0a 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -293,7 +293,7 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#00000080" + background = "#000000AA" foreground = "#ffffff" timeout = 5 # Icon for notifications with low urgency, uncomment to enable @@ -307,7 +307,7 @@ #icon = /path/to/icon [urgency_critical] - background = "#90000080" + background = "#900000AA" foreground = "#ffffff" frame_color = "#ff0000" timeout = 0 |