| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "$schema": "/etc/xdg/swaync/configSchema.json",
- "positionX": "right",
- "positionY": "top",
- "layer": "overlay",
- "control-center-layer": "overlay",
- "layer-shell": true,
- "cssPriority": "application",
- "control-center-margin-top": 10,
- "control-center-margin-bottom": 10,
- "control-center-margin-right": 20,
- "control-center-margin-left": 10,
- "fit-to-screen": false,
- "notification-2way-tz": true,
- "notification-drop-shadow": false,
- "image-visibility": "when-available",
- "transition-length": 200,
- "hide-on-clear": false,
- "hide-on-action": true,
- "script-fail-notify": true,
- "widgets": [
- "title",
- "dnd",
- "notifications"
- ],
- "widget-config": {
- "title": {
- "text": "Notifications",
- "clear-all-button": true,
- "button-text": "Clear All"
- },
- "dnd": {
- "text": "Do Not Disturb"
- }
- }
- }
|