Files
dotfiles/swaync/config.json
2025-12-03 12:50:12 -08:00

61 lines
1.4 KiB
JSON

{
"$schema": "/etc/xdg/swaync/configSchema.json",
"ignore-gtk-theme": true,
"positionX": "left",
"positionY": "top",
"layer": "overlay",
"control-center-layer": "top",
"layer-shell": true,
"layer-shell-cover-screen": true,
"cssPriority": "user",
"control-center-margin-top": 7,
"control-center-margin-bottom": 0,
"control-center-margin-right": 7,
"control-center-margin-left": 0,
"notification-2fa-action": true,
"notification-inline-replies": false,
"notification-body-image-height": 150,
"notification-body-image-width": 700,
"timeout": 30,
"timeout-low": 10,
"timeout-critical": 0,
"fit-to-screen": false,
"relative-timestamps": true,
"control-center-width": 350,
"control-center-height": 800,
"notification-window-width": 350,
"keyboard-shortcuts": true,
"notification-grouping": true,
"image-visibility": "when-available",
"transition-time": 200,
"hide-on-clear": false,
"hide-on-action": true,
"text-empty": "No Notifications",
"script-fail-notify": true,
"widgets": [
"mpris",
"dnd",
"title",
"notifications"
],
"widget-config": {
"notifications": {
"vexpand": true
},
"title": {
"text": "Notifications",
"clear-all-button": true,
"button-text": "Clear All"
},
"dnd": {
"text": ""
},
"mpris": {
"blacklist": [],
"autohide": false,
"show-album-art": "always",
"loop-carousel": false
}
}
}