Update
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
frame_width = 3
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
frame_color = "#8abeb7"
|
||||
frame_color = "#cd9e9e"
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
@@ -213,7 +213,7 @@
|
||||
# corners.
|
||||
# The radius will be automatically lowered if it exceeds half of the
|
||||
# notification height to avoid clipping text and/or icons.
|
||||
corner_radius = 0
|
||||
corner_radius = 18
|
||||
|
||||
### Legacy
|
||||
|
||||
@@ -236,8 +236,8 @@
|
||||
# invoke it. If there are multiple and no default, open the context menu.
|
||||
# * close_current: Close current notification.
|
||||
# * close_all: Close all notifications.
|
||||
mouse_left_click = close_current
|
||||
mouse_middle_click = do_action
|
||||
mouse_left_click = do_action
|
||||
mouse_middle_click = close_current
|
||||
mouse_right_click = close_all
|
||||
|
||||
# Experimental features that may or may not work correctly. Do not expect them
|
||||
|
||||
Reference in New Issue
Block a user