-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-example.ini
47 lines (35 loc) · 1.11 KB
/
config-example.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[global]
# The Key to Trigger a Close Action
close-key = w
# The Modifiers to Close a Single Notification
# Control = C, Alt = A, Shift = S, Super/Windows = M
close-single-mask = M-C
# The Modifiers to Close All Notifications
# Control = C, Alt = A, Shift = S, Super/Windows = M
close-all-mask = M-C-S
# Number of Seconds to Display Notifications with No Set Timeout
default-timeout = 5
# Change the Position Where Notifications Appear on the Primary Monitor
x-position = 12
y-position = 20
# Change the Pixels of Spacing Between Notifications
spacing = 5
# Change the Padding Around the Notifiation Text
horizontal-padding = 20
vertical-padding = 10
# Change Maximum Size of Images
image-max-width = 75
image-max-height = 75
# Change the Notification Text's Font
# A blank value uses your GTK theme's default font.
font =
# The Color of the Body Text
body-color = "#F8F8F0"
# The Color of the Border Text
border-color = "#F92672"
# The Color of the Notification Windows
background-color = "#1B1D1E"
# The Color of Each Urgency Level's Title Text
critical-color = "#FF0000"
normal-color = "#A6E22E"
low-color = "#FD971F"