-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathonigiri_layout.json
More file actions
29 lines (29 loc) · 706 Bytes
/
Copy pathonigiri_layout.json
File metadata and controls
29 lines (29 loc) · 706 Bytes
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
{
"onigiriWidgetOrder": [
"title",
"stats",
"heatmap"
],
"externalWidgetLayout": {
"Sticky.add_sticky_to_deck_browser": {
"grid_position": 2,
"row_span": 1,
"column_span": 1
},
"Watch.add_clock_to_deck_browser": {
"grid_position": 3,
"row_span": 1,
"column_span": 1
},
"Globe.add_weather_to_deck_browser": {
"grid_position": 6,
"row_span": 1,
"column_span": 1
},
"BatteryStatus.add_battery_widget": {
"grid_position": 7,
"row_span": 1,
"column_span": 1
}
}
}