feat(swaync): add config

This commit is contained in:
2026-03-12 17:42:47 +01:00
parent c6eaad94ef
commit f82afb4611
2 changed files with 213 additions and 0 deletions

50
swaync/config.json Normal file
View File

@@ -0,0 +1,50 @@
{
"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
}
}
}