Files
.dotfiles/swaync/config.json

51 lines
1.0 KiB
JSON

{
"positionX": "right",
"positionY": "top",
"layer": "overlay",
"control-center-layer": "overlay",
"cssPriority": "application",
"control-center-width": 400,
"control-center-height": 600,
"control-center-margin-top": 3,
"control-center-margin-right": 3,
"control-center-margin-bottom": 3,
"notification-window-width": 400,
"notification-icon-size": 48,
"notification-body-image-height": 100,
"notification-body-image-width": 200,
"timeout": 10,
"timeout-low": 5,
"timeout-critical": 0,
"transition-time": 200,
"notification-grouping": true,
"image-visibility": "when-available",
"relative-timestamps": true,
"keyboard-shortcuts": true,
"hide-on-clear": true,
"hide-on-action": true,
"fit-to-screen": true,
"widgets": [
"title",
"dnd",
"notifications"
],
"widget-config": {
"title": {
"text": "notifications",
"clear-all-button": true,
"button-text": "clear"
},
"dnd": {
"text": "do not disturb"
},
"notifications": {
"vexpand": true
}
}
}