This commit is contained in:
2020-12-23 13:05:12 +09:00
parent a61778d1c2
commit 2820d4e2cd
17 changed files with 61 additions and 148 deletions

View File

@@ -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