-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlayout.json
34 lines (34 loc) · 905 Bytes
/
layout.json
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
{
"layout": {
"type": "composite",
"direction": "horizontal",
"ratio": 1,
"widgets": [
{
"type": "simple",
"widget": "file_browser",
"ratio": 1,
"border": true
},
{
"type": "composite",
"direction": "vertical",
"ratio": 1,
"widgets": [
{
"type": "simple",
"widget": "music_player",
"ratio": 2,
"border": true
},
{
"type": "simple",
"widget": "playlist",
"ratio": 3,
"border": true
}
]
}
]
}
}