|
|
|
|
@ -54,7 +54,7 @@
|
|
|
|
|
frame_width = 2 |
|
|
|
|
|
|
|
|
|
# Defines color of the frame around the notification window. |
|
|
|
|
frame_color = "#838383" |
|
|
|
|
frame_color = "#4D0EB5" |
|
|
|
|
|
|
|
|
|
# Define a color for the separator. |
|
|
|
|
# possible values are: |
|
|
|
|
@ -232,7 +232,7 @@
|
|
|
|
|
# Otherwise the "#" and following would be interpreted as a comment. |
|
|
|
|
background = "#00000095" |
|
|
|
|
foreground = "#fafafa" |
|
|
|
|
frame_color = "#838383" |
|
|
|
|
frame_color = "#4D0EB5" |
|
|
|
|
timeout = 2 |
|
|
|
|
# Icon for notifications with low urgency, uncomment to enable |
|
|
|
|
icon = $HOME/.config/dunst/images/bell.png |
|
|
|
|
@ -240,7 +240,7 @@
|
|
|
|
|
[urgency_normal] |
|
|
|
|
background = "#00000095" |
|
|
|
|
foreground = "#fafafa" |
|
|
|
|
frame_color = "#838383" |
|
|
|
|
frame_color = "#4D0EB5" |
|
|
|
|
timeout = 5 |
|
|
|
|
# Icon for notifications with normal urgency, uncomment to enable |
|
|
|
|
icon = $HOME/.config/dunst/images/bell.png |
|
|
|
|
@ -248,7 +248,7 @@
|
|
|
|
|
[urgency_critical] |
|
|
|
|
background = "#00000095" |
|
|
|
|
foreground = "#fafafa" |
|
|
|
|
frame_color = "#838383" |
|
|
|
|
frame_color = "#4D0EB5" |
|
|
|
|
timeout = 0 |
|
|
|
|
# Icon for notifications with critical urgency, uncomment to enable |
|
|
|
|
icon = $HOME/.config/dunst/images/bell.png |
|
|
|
|
|