mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-07 20:02:50 +01:00
67 lines
1.5 KiB
JSON
Executable File
67 lines
1.5 KiB
JSON
Executable File
{
|
|
"$schema": "/etc/xdg/swaync/configSchema.json",
|
|
"positionX": "right",
|
|
"positionY": "top",
|
|
"control-center-margin-top": 2,
|
|
"control-center-margin-bottom": 2,
|
|
"control-center-margin-right": 1,
|
|
"control-center-margin-left": 0,
|
|
"notification-icon-size": 48,
|
|
"notification-body-image-height": 160,
|
|
"notification-body-image-width": 90,
|
|
"timeout": 6,
|
|
"timeout-low": 4,
|
|
"timeout-critical": 0,
|
|
"fit-to-screen": true,
|
|
"control-center-width": 380,
|
|
"notification-window-width": 366,
|
|
"keyboard-shortcuts": true,
|
|
"image-visibility": "when-available",
|
|
"transition-time": 100,
|
|
"hide-on-clear": false,
|
|
"hide-on-action": true,
|
|
"script-fail-notify": true,
|
|
"notification-visibility": {
|
|
"example-name": {
|
|
"state": "muted",
|
|
"urgency": "Low",
|
|
"app-name": "Spotify"
|
|
}
|
|
},
|
|
"widgets": [
|
|
"label",
|
|
"mpris",
|
|
"backlight",
|
|
"volume",
|
|
"title",
|
|
"dnd",
|
|
"notifications"
|
|
],
|
|
"widget-config": {
|
|
"title": {
|
|
"text": "Notifications",
|
|
"clear-all-button": true,
|
|
"button-text": "Clear All"
|
|
},
|
|
"dnd": {
|
|
"text": "Do Not Disturb"
|
|
},
|
|
"label": {
|
|
"max-lines": 1,
|
|
"text": "Controll Center"
|
|
},
|
|
"mpris": {
|
|
"image-size": 96,
|
|
"image-radius": 6
|
|
},
|
|
"backlight": {
|
|
"label": "",
|
|
"device": "intel_backlight",
|
|
"min": 10
|
|
},
|
|
"volume": {
|
|
"label": ""
|
|
}
|
|
}
|
|
}
|