-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.json
88 lines (88 loc) · 2.38 KB
/
config.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"$schema": "/etc/xdg/swaync/configSchema.json",
"positionX": "right",
"positionY": "top",
"layer": "top",
"cssPriority": "user",
"control-center-margin-top": 0,
"control-center-margin-bottom": 0,
"control-center-margin-right": 0,
"control-center-margin-left": 0,
"notification-icon-size": 80,
"notification-body-image-height": 100,
"notification-body-image-width": 200,
"timeout-critical": 5,
"timeout": 4,
"timeout-low": 3,
"control-center-width": 500,
"control-center-height": 600,
"notification-window-width": 470,
"keyboard-shortcuts": true,
"image-visibility": "when-available",
"transition-time": 200,
"hide-on-clear": false,
"hide-on-action": true,
"script-fail-notify": true,
"notification-visibility": {
"flameshot": {
"state": "ignored",
"urgency": "Low",
"app-name": "flameshot"
}
},
"widgets": [
"title",
"dnd",
"mpris",
"volume",
"backlight",
"notifications"
],
"widget-config": {
"title": {
"text": "Notifications",
"clear-all-button": true,
"button-text": "Clear All",
"toggle-button": true
},
"dnd": {
"text": "Do Not Disturb",
"button-text": "Toggle",
"toggle-button": true
},
"volume": {
"label": ""
},
"backlight": {
"label": "",
"min": 5
},
"mpris": {
"image-size": 96,
"image-radius": 13
},
"menubar": {
"buttons#misc": {
"position": "left",
"actions": [
{
"label": "",
"command": "swaync-client -t;swaylock"
},
{
"label": "",
"command": "swaync-client -t;pavucontrol"
},
{
"label": "",
"command": "swaync-client -t;$TERMINAL -e htop"
},
{
"label": "",
"command": "swaync-client -t;power-menu"
}
]
}
}
}
}