mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-23 03:11:49 +08:00
19dd672915
Fixed waybar and changed a little bit in swaync
26 lines
627 B
JSON
26 lines
627 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": "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"
|
|
}
|
|
}
|
|
}
|