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
48
49
50
51
52
53
54
55
56
57
58
|
{
"section1": {
"type": "section",
"description": "Behavior"
},
"ignoreTransientNotifications": {
"type": "switch",
"default": true,
"description": "Ignore transient notifications",
"tooltip": "Check this to ignore transient notifications.",
"value": true
},
"section2": {
"type": "section",
"description": "Display"
},
"showEmptyTray": {
"type": "switch",
"default": false,
"description": "Show empty tray",
"tooltip": "Check this to show the tray even when there are no new notifications.",
"value": false
},
"showNotificationCount": {
"type": "switch",
"default": true,
"description": "Show the number of notifications",
"value": true
},
"section3": {
"type": "section",
"description": "Keyboard shortcuts"
},
"keyOpen": {
"type": "keybinding",
"description": "Show notifications",
"default": "<Super>n",
"tooltip": "Set keybinding(s) to show the notification popup menu.",
"value": "<Super>n"
},
"keyClear": {
"type": "keybinding",
"description": "Clear notifications",
"default": "<Shift><Super>c",
"tooltip": "Set keybinding(s) to clear all notifications.",
"value": "<Shift><Super>c"
},
"section4": {
"type": "section",
"description": ""
},
"btnSystemSettings": {
"type": "button",
"description": "Open notification settings",
"callback": "on_btn_open_system_settings_clicked"
},
"__md5__": "cb9ad336b2e360509f8ba388e1d19b8f"
}
|