mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 19:01:50 +08:00
20 lines
533 B
JSON
20 lines
533 B
JSON
{
|
|
"$schema": "/etc/xdg/swaync/configSchema.json",
|
|
"positionX": "right",
|
|
"positionY": "top",
|
|
"control-center-margin-top": 12,
|
|
"control-center-margin-bottom": 128,
|
|
"control-center-margin-right": 8,
|
|
"control-center-margin-left": 8,
|
|
"timeout": 10,
|
|
"timeout-low": 5,
|
|
"timeout-critical": 0,
|
|
"notification-window-width": 512,
|
|
"keyboard-shortcuts": true,
|
|
"image-visibility": "when-available",
|
|
"hide-on-clear": true,
|
|
"hide-on-action": true,
|
|
"script-fail-notify": true,
|
|
"widgets": ["title", "dnd", "mpris"]
|
|
}
|