2024-09-13 14:28:50 +02:00

93 lines
2.2 KiB
JSON

{
"$schema": "/etc/xdg/swaync/configSchema.json",
"control-center-height": 300,
"control-center-layer": "overlay",
"control-center-margin-bottom": 20,
"control-center-margin-left": 0,
"control-center-margin-right": 10,
"control-center-margin-top": 20,
"control-center-width": 500,
"cssPriority": "application",
"control-center-positionX":"right",
"control-center-positionY":"none",
"fit-to-screen": true,
"hide-on-action": false,
"hide-on-clear": true,
"image-visibility": "when-available",
"keyboard-shortcuts": true,
"layer": "overlay",
"notification-body-image-height": 100,
"notification-body-image-width": 200,
"notification-icon-size": 40,
"notification-inline-replies": true,
"notification-visibility": {},
"notification-window-width": 400,
"positionX": "right",
"positionY": "top",
"script-fail-notify": true,
"scripts": {},
"timeout": 10,
"timeout-critical": 0,
"timeout-low": 5,
"transition-time": 100,
"widget-config": {
"buttons-grid": {
"actions": [
{
"active": false,
"command": "notify-send 'hey'",
"label": "󰤄",
"type": "toggle",
"update_command": "notify-send 'Hi'"
},
{
"active": false,
"command": "swaync-client -d",
"label": "",
"type": "toggle"
},
{
"active":false,
"command":"obs",
"label":"󰄀",
"type": "button"
},
{
"active":false,
"command":"obs",
"label":"󰕧",
"type": "button"
},
{
"active": false,
"command": "swaync-client -t",
"label": "",
"type": "toggle"
}
]
},
"mpris": {
"image-radius": 12,
"image-size": 96
},
"title": {
"text": "Notifications",
"button-text": "󰎟 Clear",
"clear-all-button": true
},
"volume": {
"label": "",
"show-per-app": true,
"show-per-app-icon": true,
"show-per-app-label":true
}
},
"widgets": [
"title",
"notifications",
"buttons-grid",
"mpris",
"volume"
]
}