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