1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
{
"$schema": "https://github.com/glzr-io/zebar/raw/v2.7.0/resources/widget-schema.json",
"htmlPath": "./index.html",
"zOrder": "normal",
"shownInTaskbar": false,
"focused": false,
"resizable": false,
"transparent": true,
"caching": {
"defaultDuration": 604800,
"rules": []
},
"privileges": {
"shellCommands": []
},
"presets": [
{
"name": "default",
"anchor": "top_left",
"offsetX": "0px",
"offsetY": "0px",
"width": "100%",
"height": "48px",
"monitorSelection": {
"type": "all"
},
"dockToEdge": {
"enabled": false,
"edge": null,
"windowMargin": "0px"
}
}
]
}
|