Update screenshot
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#
|
||||
# If this option is set to mouse or keyboard, the monitor option
|
||||
# will be ignored.
|
||||
follow = mouse
|
||||
follow = no
|
||||
|
||||
# The geometry of the window:
|
||||
# [{width}]x{height}[+/-{x}+/-{y}]
|
||||
@@ -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 = "400x10-12+39"
|
||||
geometry = "400x20-12+39"
|
||||
|
||||
# Show how many messages are currently hidden (because of geometry).
|
||||
indicate_hidden = yes
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
#frame_color = "#e06c75"
|
||||
frame_color = "#ffffff"
|
||||
frame_color = "#98c379"
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
@@ -87,7 +87,7 @@
|
||||
|
||||
### Text ###
|
||||
|
||||
font = Product Sans 11
|
||||
font = Product Sans 13
|
||||
|
||||
# The spacing between lines. If the height is smaller than the
|
||||
# font height, it will get raised to the font height.
|
||||
@@ -255,21 +255,21 @@
|
||||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#000000"
|
||||
background = "#1e2127"
|
||||
foreground = "#e5e9f0"
|
||||
timeout = 10
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_normal]
|
||||
background = "#000000"
|
||||
background = "#1e2127"
|
||||
foreground = "#e5e9f0"
|
||||
timeout = 10
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_critical]
|
||||
background = "#000000"
|
||||
background = "#1e2127"
|
||||
foreground = "#e5e9f0"
|
||||
timeout = 0
|
||||
# Icon for notifications with critical urgency, uncomment to enable
|
||||
|
||||
Reference in New Issue
Block a user