dotfiles/.config/swaync/config.json
2025-05-04 15:41:41 -07:00

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": 860,
"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": false,
"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
},
"label": {
"max-lines": 1,
"text": "󰒋"
},
"buttons-grid": {
"actions": [
{
"label": "",
"command": "~/.config/rofi/scripts/rofi-wifi-menu.sh"
},
{
"label": "",
"command": "~/.config/rofi/scripts/rofi-bluetooth.sh"
}
]
}
}
}