nevaforget 324dda0548
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s
fix: remove fixed notification popup height to prevent scrollbar
notification-window-height was set to 150px, causing long notifications
to be clipped with a scrollbar. Set to -1 (compositor-managed) so popups
adapt to content height.
2026-04-15 14:08:53 +02:00

47 lines
1.0 KiB
JSON

{
"$schema": "/etc/xdg/swaync/configSchema.json",
"positionX": "right",
"positionY": "top",
"layer": "overlay",
"control-center-layer": "top",
"cssPriority": "user",
"notification-window-width": 300,
"notification-window-height": -1,
"notification-body-image-height": 100,
"notification-body-image-width": 200,
"timeout": 10,
"timeout-low": 5,
"timeout-critical": 0,
"fit-to-screen": true,
"control-center-margin-top": 15,
"control-center-margin-bottom": 15,
"control-center-margin-right": 15,
"control-center-width": 400,
"control-center-height": 600,
"notification-2fa-action": true,
"notification-inline-replies": false,
"notification-visibility": {},
"widgets": [
"title",
"dnd",
"notifications"
],
"widget-config": {
"title": {
"text": "Notifications",
"clear-all-button": true,
"button-text": "Clear All"
},
"dnd": {
"text": "Do Not Disturb"
}
}
}