|
|
@ -61,10 +61,10 @@ |
|
|
|
|
|
|
|
|
|
|
|
# Defines width in pixels of frame around the notification window. |
|
|
|
# Defines width in pixels of frame around the notification window. |
|
|
|
# Set to 0 to disable. |
|
|
|
# Set to 0 to disable. |
|
|
|
frame_width = 2 |
|
|
|
frame_width = 1 |
|
|
|
|
|
|
|
|
|
|
|
# Defines color of the frame around the notification window. |
|
|
|
# Defines color of the frame around the notification window. |
|
|
|
frame_color = "#151515" |
|
|
|
frame_color = "#111015" |
|
|
|
|
|
|
|
|
|
|
|
# Define a color for the separator. |
|
|
|
# Define a color for the separator. |
|
|
|
# possible values are: |
|
|
|
# possible values are: |
|
|
@ -275,7 +275,7 @@ |
|
|
|
[urgency_low] |
|
|
|
[urgency_low] |
|
|
|
# IMPORTANT: colors have to be defined in quotation marks. |
|
|
|
# IMPORTANT: colors have to be defined in quotation marks. |
|
|
|
# Otherwise the "#" and following would be interpreted as a comment. |
|
|
|
# Otherwise the "#" and following would be interpreted as a comment. |
|
|
|
background = "#242424" |
|
|
|
background = "#111015" |
|
|
|
foreground = "#a4abb3" |
|
|
|
foreground = "#a4abb3" |
|
|
|
frame_color = "#272727" |
|
|
|
frame_color = "#272727" |
|
|
|
timeout = 10 |
|
|
|
timeout = 10 |
|
|
@ -283,7 +283,7 @@ |
|
|
|
#icon = /path/to/icon |
|
|
|
#icon = /path/to/icon |
|
|
|
|
|
|
|
|
|
|
|
[urgency_normal] |
|
|
|
[urgency_normal] |
|
|
|
background = "#242424" |
|
|
|
background = "#111015" |
|
|
|
foreground = "#a4abb3" |
|
|
|
foreground = "#a4abb3" |
|
|
|
frame_color = "#272727" |
|
|
|
frame_color = "#272727" |
|
|
|
timeout = 10 |
|
|
|
timeout = 10 |
|
|
@ -291,7 +291,7 @@ |
|
|
|
#icon = /path/to/icon |
|
|
|
#icon = /path/to/icon |
|
|
|
|
|
|
|
|
|
|
|
[urgency_critical] |
|
|
|
[urgency_critical] |
|
|
|
background = "#242424" |
|
|
|
background = "#111015" |
|
|
|
foreground = "#a4abb3" |
|
|
|
foreground = "#a4abb3" |
|
|
|
frame_color = "#272727" |
|
|
|
frame_color = "#272727" |
|
|
|
timeout = 0 |
|
|
|
timeout = 0 |
|
|
|