dotfiles/home/dot_config/swaync/config.json

61 lines
1.6 KiB
JSON

{
"$schema": "/etc/xdg/swaync/configSchema.json",
"positionX": "right",
"positionY": "top",
"control-center-margin-top": 12,
"control-center-margin-bottom": 0,
"control-center-margin-right": 12,
"control-center-margin-left": 0,
"control-center-width": 500,
"control-center-height": 600,
"fit-to-screen": false,
"layer": "overlay",
"cssPriority": "user",
"notification-icon-size": 64,
"notification-body-image-height": 100,
"notification-body-image-width": 200,
"timeout": 10,
"timeout-low": 5,
"timeout-critical": 0,
"notification-window-width": 500,
"keyboard-shortcuts": true,
"image-visibility": "when-available",
"transition-time": 200,
"hide-on-clear": true,
"hide-on-action": true,
"script-fail-notify": true,
"widgets": [
"title",
"dnd",
"mpris",
"notifications"
],
"widget-config": {
"title": {
"text": "Notifications",
"clear-all-button": true,
"button-text": "Clear All"
},
"dnd": {
"text": "Do Not Disturb"
},
"label": {
"max-lines": 5,
"text": "Label Text"
},
"mpris": {
"image-size": 96,
"image-radius": 12
}
},
"scripts": {
"sound-normal": {
"exec": "play -v 0.6 /usr/share/sounds/freedesktop/stereo/bell.oga",
"urgency": "Normal"
},
"sound-low": {
"exec": "play -v 0.3 /usr/share/sounds/freedesktop/stereo/message.oga",
"urgency": "Low"
}
}
}