1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-23 11:21:50 +08:00
dotfiles/.config/swaync/config.json

26 lines
627 B
JSON
Raw Normal View History

2022-06-25 21:26:38 +08:00
{
"$schema": "/etc/xdg/swaync/configSchema.json",
"positionX": "right",
"positionY": "top",
"control-center-margin-top": 12,
"control-center-margin-bottom": 128,
2022-06-25 21:26:38 +08:00
"control-center-margin-right": 8,
"control-center-margin-left": 8,
"timeout": 10,
"timeout-low": 5,
"timeout-critical": 0,
"notification-window-width": 512,
2022-06-25 21:26:38 +08:00
"keyboard-shortcuts": true,
"image-visibility": "always",
"transition-time": 200,
"hide-on-clear": true,
"hide-on-action": true,
"script-fail-notify": true,
"scripts": {
"example-script": {
"exec": "echo 'Do something...'",
"urgency": "Normal"
}
}
}