|
|
|
@ -29,7 +29,7 @@ |
|
|
|
|
# the top and down respectively. |
|
|
|
|
# The width can be negative. In this case the actual width is the |
|
|
|
|
# screen width minus the width defined in within the geometry option. |
|
|
|
|
geometry = "320x5-20+20" |
|
|
|
|
geometry = "340x25-20+10" |
|
|
|
|
|
|
|
|
|
# Show how many messages are currently hidden (because of geometry). |
|
|
|
|
indicate_hidden = yes |
|
|
|
@ -51,20 +51,20 @@ |
|
|
|
|
# Draw a line of "separator_height" pixel height between two |
|
|
|
|
# notifications. |
|
|
|
|
# Set to 0 to disable. |
|
|
|
|
separator_height = 2 |
|
|
|
|
separator_height = 12 |
|
|
|
|
|
|
|
|
|
# Padding between text and separator. |
|
|
|
|
padding = 12 |
|
|
|
|
padding = 24 |
|
|
|
|
|
|
|
|
|
# Horizontal padding. |
|
|
|
|
horizontal_padding = 8 |
|
|
|
|
horizontal_padding = 12 |
|
|
|
|
|
|
|
|
|
# Defines width in pixels of frame around the notification window. |
|
|
|
|
# Set to 0 to disable. |
|
|
|
|
frame_width = 1 |
|
|
|
|
|
|
|
|
|
# Defines color of the frame around the notification window. |
|
|
|
|
frame_color = "#282c34" |
|
|
|
|
frame_color = "#1d2021" |
|
|
|
|
|
|
|
|
|
# Define a color for the separator. |
|
|
|
|
# possible values are: |
|
|
|
@ -86,7 +86,7 @@ |
|
|
|
|
|
|
|
|
|
### Text ### |
|
|
|
|
|
|
|
|
|
font = Hack 12 |
|
|
|
|
font = Fira Code 14 |
|
|
|
|
|
|
|
|
|
# The spacing between lines. If the height is smaller than the |
|
|
|
|
# font height, it will get raised to the font height. |
|
|
|
@ -275,25 +275,25 @@ |
|
|
|
|
[urgency_low] |
|
|
|
|
# IMPORTANT: colors have to be defined in quotation marks. |
|
|
|
|
# Otherwise the "#" and following would be interpreted as a comment. |
|
|
|
|
background = "#282c34" |
|
|
|
|
foreground = "#ffffff" |
|
|
|
|
frame_color = "#272727" |
|
|
|
|
background = "#1d2021" |
|
|
|
|
foreground = "#ebdbb2" |
|
|
|
|
frame_color = "#1d2021" |
|
|
|
|
timeout = 10 |
|
|
|
|
# Icon for notifications with low urgency, uncomment to enable |
|
|
|
|
#icon = /path/to/icon |
|
|
|
|
|
|
|
|
|
[urgency_normal] |
|
|
|
|
background = "#282c34" |
|
|
|
|
foreground = "#ffffff" |
|
|
|
|
frame_color = "#272727" |
|
|
|
|
background = "#1d2021" |
|
|
|
|
foreground = "#ebdbb2" |
|
|
|
|
frame_color = "#1d2021" |
|
|
|
|
timeout = 10 |
|
|
|
|
# Icon for notifications with normal urgency, uncomment to enable |
|
|
|
|
#icon = /path/to/icon |
|
|
|
|
|
|
|
|
|
[urgency_critical] |
|
|
|
|
background = "#282c34" |
|
|
|
|
foreground = "#ffffff" |
|
|
|
|
frame_color = "#272727" |
|
|
|
|
background = "#1d2021" |
|
|
|
|
foreground = "#ebdbb2" |
|
|
|
|
frame_color = "#1d2021" |
|
|
|
|
timeout = 0 |
|
|
|
|
# Icon for notifications with critical urgency, uncomment to enable |
|
|
|
|
#icon = /path/to/icon |
|
|
|
|