Update screenshot

This commit is contained in:
Marco Thomas
2020-12-16 01:05:10 +01:00
parent d5fe02b167
commit 158ab9a1c9
5 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
# #
# If this option is set to mouse or keyboard, the monitor option # If this option is set to mouse or keyboard, the monitor option
# will be ignored. # will be ignored.
follow = mouse follow = no
# The geometry of the window: # The geometry of the window:
# [{width}]x{height}[+/-{x}+/-{y}] # [{width}]x{height}[+/-{x}+/-{y}]
@@ -29,7 +29,7 @@
# the top and down respectively. # the top and down respectively.
# The width can be negative. In this case the actual width is the # The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option. # 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). # Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes indicate_hidden = yes
@@ -65,7 +65,7 @@
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
#frame_color = "#e06c75" #frame_color = "#e06c75"
frame_color = "#ffffff" frame_color = "#98c379"
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are:
@@ -87,7 +87,7 @@
### Text ### ### Text ###
font = Product Sans 11 font = Product Sans 13
# 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.
@@ -255,21 +255,21 @@
[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 = "#000000" background = "#1e2127"
foreground = "#e5e9f0" foreground = "#e5e9f0"
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 = "#000000" background = "#1e2127"
foreground = "#e5e9f0" foreground = "#e5e9f0"
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 = "#000000" background = "#1e2127"
foreground = "#e5e9f0" foreground = "#e5e9f0"
timeout = 0 timeout = 0
# Icon for notifications with critical urgency, uncomment to enable # Icon for notifications with critical urgency, uncomment to enable

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB