Inital Comit Upload Config Files

This commit is contained in:
2026-03-17 00:36:35 +01:00
commit 97e098853b
2 changed files with 601 additions and 0 deletions

70
config.json Normal file
View File

@@ -0,0 +1,70 @@
{
"$schema": "/etc/xdg/swaync/configSchema.json",
"ignore-gtk-theme": true,
"positionX": "right",
"positionY": "top",
"layer": "overlay",
"control-center-layer": "top",
"layer-shell": true,
"layer-shell-cover-screen": true,
"cssPriority": "user",
"control-center-margin-top": 0,
"control-center-margin-bottom": 0,
"control-center-margin-right": 0,
"control-center-margin-left": 0,
"notification-2fa-action": true,
"notification-inline-replies": false,
"notification-body-image-height": 100,
"notification-body-image-width": 200,
"timeout": 10,
"timeout-low": 5,
"timeout-critical": 0,
"fit-to-screen": true,
"relative-timestamps": true,
"control-center-width": 500,
"control-center-height": 700,
"notification-window-width": 500,
"keyboard-shortcuts": true,
"notification-grouping": true,
"image-visibility": "when-available",
"transition-time": 200,
"hide-on-clear": false,
"hide-on-action": true,
"text-empty": "No Notifications",
"script-fail-notify": true,
"widgets": [
"title",
"dnd",
"volume",
"mpris",
"notifications"
],
"widget-config": {
"title": {
"text": "Control Center",
"clear-all-button": true
},
"dnd": {
"text": "Do Not Disturb"
},
"volume": {
"label": "Volume"
},
"mpris": {
"autohide": true
},
"notifications": {
"vexpand": true
}
}
}