moonarch/defaults/xdg/swaync/config.json
nevaforget a360d12bde
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s
fix: reduce swaync notification size and cap popup height
Smaller font (14px → 12px), smaller icon (64px → 36px via CSS variable),
and notification-window-height limit (150px) to prevent oversized popups
from long notification bodies.
2026-04-10 16:15:48 +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": 150,
"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"
}
}
}