diff options
Diffstat (limited to '.config/dunst/dunstrc')
| -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 4b41e1e..3cafdd3 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -343,14 +343,14 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#282828DD" + background = "#282828E6" foreground = "#FFFFFF" timeout = 5 # Icon for notifications with low urgency default_icon = dialog-information [urgency_normal] - background = "#282828DD" + background = "#282828E6" foreground = "#FFFFFF" timeout = 5 override_pause_level = 30 @@ -358,7 +358,7 @@ default_icon = dialog-information [urgency_critical] - background = "#900000DD" + background = "#900000E6" foreground = "#FFFFFF" frame_color = "#FF0000" timeout = 0 |
