|
|
@ -36,7 +36,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
# Shrink window if it's smaller than the width. Will be ignored if |
|
|
|
# Shrink window if it's smaller than the width. Will be ignored if |
|
|
|
# width is 0. |
|
|
|
# width is 0. |
|
|
|
shrink = no |
|
|
|
shrink = yes |
|
|
|
|
|
|
|
|
|
|
|
# The transparency of the window. Range: [0; 100]. |
|
|
|
# The transparency of the window. Range: [0; 100]. |
|
|
|
# This option will only work if a compositing window manager is |
|
|
|
# This option will only work if a compositing window manager is |
|
|
@ -64,7 +64,7 @@ |
|
|
|
frame_width = 1 |
|
|
|
frame_width = 1 |
|
|
|
|
|
|
|
|
|
|
|
# Defines color of the frame around the notification window. |
|
|
|
# Defines color of the frame around the notification window. |
|
|
|
frame_color = "#282c34" |
|
|
|
frame_color = "#272a34" |
|
|
|
|
|
|
|
|
|
|
|
# Define a color for the separator. |
|
|
|
# Define a color for the separator. |
|
|
|
# possible values are: |
|
|
|
# possible values are: |
|
|
@ -86,7 +86,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
### Text ### |
|
|
|
### Text ### |
|
|
|
|
|
|
|
|
|
|
|
font = Iosevka 14 |
|
|
|
font = Hack 12 |
|
|
|
|
|
|
|
|
|
|
|
# The spacing between lines. If the height is smaller than the |
|
|
|
# The spacing between lines. If the height is smaller than the |
|
|
|
# font height, it will get raised to the font height. |
|
|
|
# font height, it will get raised to the font height. |
|
|
@ -275,24 +275,24 @@ |
|
|
|
[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 = "#282c34" |
|
|
|
background = "#272a34" |
|
|
|
foreground = "#a4abb3" |
|
|
|
foreground = "#ffffff" |
|
|
|
frame_color = "#272727" |
|
|
|
frame_color = "#272727" |
|
|
|
timeout = 10 |
|
|
|
timeout = 10 |
|
|
|
# Icon for notifications with low urgency, uncomment to enable |
|
|
|
# Icon for notifications with low urgency, uncomment to enable |
|
|
|
#icon = /path/to/icon |
|
|
|
#icon = /path/to/icon |
|
|
|
|
|
|
|
|
|
|
|
[urgency_normal] |
|
|
|
[urgency_normal] |
|
|
|
background = "#282c34" |
|
|
|
background = "#272a34" |
|
|
|
foreground = "#a4abb3" |
|
|
|
foreground = "#ffffff" |
|
|
|
frame_color = "#272727" |
|
|
|
frame_color = "#272727" |
|
|
|
timeout = 10 |
|
|
|
timeout = 10 |
|
|
|
# Icon for notifications with normal urgency, uncomment to enable |
|
|
|
# Icon for notifications with normal urgency, uncomment to enable |
|
|
|
#icon = /path/to/icon |
|
|
|
#icon = /path/to/icon |
|
|
|
|
|
|
|
|
|
|
|
[urgency_critical] |
|
|
|
[urgency_critical] |
|
|
|
background = "#282c34" |
|
|
|
background = "#272a34" |
|
|
|
foreground = "#a4abb3" |
|
|
|
foreground = "#ffffff" |
|
|
|
frame_color = "#272727" |
|
|
|
frame_color = "#272727" |
|
|
|
timeout = 0 |
|
|
|
timeout = 0 |
|
|
|
# Icon for notifications with critical urgency, uncomment to enable |
|
|
|
# Icon for notifications with critical urgency, uncomment to enable |
|
|
|