mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-05-21 21:05:50 -07:00
84 lines
1.8 KiB
JSON
84 lines
1.8 KiB
JSON
{
|
|
"$schema": "/etc/xdg/swaync/configSchema.json",
|
|
"positionX": "right",
|
|
"positionY": "top",
|
|
"cssPriority": "user",
|
|
|
|
"control-center-width": 420,
|
|
"control-center-height": 1111,
|
|
"control-center-margin-top": 0,
|
|
"control-center-margin-bottom": 2,
|
|
"control-center-margin-right": 0,
|
|
"control-center-margin-left": 0,
|
|
|
|
"notification-2fa-action": true,
|
|
"notification-inline-replies": true,
|
|
"notification-window-width": 500,
|
|
"notification-icon-size": 64,
|
|
"notification-body-image-height": 400,
|
|
"notification-body-image-width": 225,
|
|
|
|
"timeout": 4,
|
|
"timeout-low": 2,
|
|
"timeout-critical": 6,
|
|
|
|
"fit-to-screen": false,
|
|
"keyboard-shortcuts": true,
|
|
"image-visibility": "when-available",
|
|
"transition-time": 200,
|
|
"hide-on-clear": false,
|
|
"hide-on-action": false,
|
|
"script-fail-notify": true,
|
|
"scripts": {
|
|
"example-script": {
|
|
"exec": "echo 'Do something...'",
|
|
"urgency": "Normal"
|
|
}
|
|
},
|
|
"notification-visibility": {
|
|
"example-name": {
|
|
"state": "muted",
|
|
"urgency": "Low",
|
|
"app-name": "Spotify"
|
|
}
|
|
},
|
|
"widgets": [
|
|
"menubar#label",
|
|
"buttons-grid",
|
|
"mpris",
|
|
"title",
|
|
"dnd",
|
|
"notifications"
|
|
],
|
|
"widget-config": {
|
|
"title": {
|
|
"text": "Notifications",
|
|
"clear-all-button": true,
|
|
"button-text": " "
|
|
},
|
|
"dnd": {
|
|
"text": "Do not disturb"
|
|
},
|
|
"mpris": {
|
|
"image-size": 96,
|
|
"image-radius": 12
|
|
},
|
|
"volume": {
|
|
"label": "",
|
|
"show-per-app": true,
|
|
"show-per-app-icon": true,
|
|
"show-per-app-label": true,
|
|
"empty-list-label": "No applications using audio",
|
|
"expand-button-label": "",
|
|
"collapse-button-label": "ﬔ",
|
|
"icon-size": 24,
|
|
"animation-type": "slide_down",
|
|
"animation-duration": 250
|
|
},
|
|
"label": {
|
|
"max-lines": 1,
|
|
"text": ""
|
|
}
|
|
}
|
|
}
|