1{
2
3 "$schema": "/etc/xdg/swaync/configSchema.json",
4 "positionX": "right",
5 "positionY": "top",
6 "layer": "overlay",
7 "control-center-margin-top": 10,
8 "control-center-margin-bottom": 10,
9 "control-center-margin-right": 10,
10 "control-center-margin-left": 10,
11 "notification-icon-size": 64,
12 "notification-body-image-height": 100,
13 "notification-body-image-width": 200,
14 "timeout": 3,
15 "timeout-low": 2,
16 "timeout-critical": 0,
17 "fit-to-screen": false,
18 "control-center-width": 500,
19 "control-center-height": 1025,
20 "notification-window-width": 440,
21 "keyboard-shortcuts": true,
22 "image-visibility": "when-available",
23 "transition-time": 200,
24 "hide-on-clear": true,
25 "hide-on-action": true,
26 "script-fail-notify": true,
27 "widgets": [
28 "title",
29 "dnd",
30 "notifications",
31 "mpris",
32 "volume",
33 "buttons-grid"
34 ],
35 "widget-config": {
36 "title": {
37 "text": "Notification Center",
38 "clear-all-button": true,
39 "button-text": " Clear All"
40 },
41 "dnd": {
42 "text": "Do Not Disturb"
43 },
44 "label": {
45 "max-lines": 1,
46 "text": "Notification Center"
47 },
48 "mpris": {
49 "image-size": 96,
50 "image-radius": 7
51 },
52 "volume": {
53 "label": "",
54 "show-per-app": true
55 },
56 "buttons-grid": {
57 "actions": [
58 {
59 "label": "",
60 "command": "systemctl poweroff"
61 },
62 {
63 "label": "",
64 "command": "systemctl reboot"
65 },
66 {
67 "label": "",
68 "command": "systemctl suspend"
69 },
70 {
71 "label": "",
72 "command": "blueman-manager"
73 }
74 ]
75 }
76 }
77}
78