Added and tested script to prepare henrovnix_ok for publishing
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"ignore-gtk-theme": true,
|
||||
"cssPriority": "user",
|
||||
|
||||
"positionX": "right",
|
||||
"positionY": "top",
|
||||
"layer": "overlay",
|
||||
"layer-shell": true,
|
||||
|
||||
"control-center-positionX": "right",
|
||||
"control-center-positionY": "top",
|
||||
"control-center-layer": "overlay",
|
||||
"control-center-exclusive-zone": true,
|
||||
|
||||
"control-center-width": 480,
|
||||
"control-center-height": 0,
|
||||
"fit-to-screen": true,
|
||||
|
||||
"control-center-margin-top": 14,
|
||||
"control-center-margin-right": 14,
|
||||
"control-center-margin-bottom": 14,
|
||||
"control-center-margin-left": 14,
|
||||
|
||||
"notification-window-width": 420,
|
||||
"notification-window-height": -1,
|
||||
|
||||
"timeout": 8,
|
||||
"timeout-low": 4,
|
||||
"timeout-critical": 0,
|
||||
"transition-time": 150,
|
||||
|
||||
"notification-grouping": true,
|
||||
"keyboard-shortcuts": true,
|
||||
"hide-on-action": true,
|
||||
"hide-on-clear": false,
|
||||
"relative-timestamps": true,
|
||||
|
||||
"image-visibility": "when-available",
|
||||
"notification-2fa-action": true,
|
||||
|
||||
"text-empty": "No notifications",
|
||||
|
||||
"widgets": [
|
||||
"title",
|
||||
"dnd",
|
||||
"notifications"
|
||||
],
|
||||
|
||||
"widget-config": {
|
||||
"title": {
|
||||
"text": "Notifications",
|
||||
"clear-all-button": true,
|
||||
"button-text": "Clear"
|
||||
},
|
||||
"dnd": {
|
||||
"text": "Do Not Disturb"
|
||||
},
|
||||
"notifications": {
|
||||
"vexpand": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user