Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit b2b572c

Browse files
committed
tray
1 parent 90d9a72 commit b2b572c

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

data/doc/4.widgets/5.box/2.tray.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Text
1+
# Tray
22

33
Tray widget.
44

@@ -7,23 +7,31 @@ This widget can only be as a stand alone widget, it should be contained with in
77
```json
88
{
99
"name": "tray",
10-
"edge": "bottom",
11-
"position": "left",
12-
"monitor": "HDMI-A-1",
13-
"layer": "overlay",
14-
"widget": {
15-
"type": "box",
16-
"frame_rate": 144,
17-
"align": "center_right",
18-
"widgets": [
19-
{
20-
"index": [-1, -1],
21-
"widget": {
22-
"type": "tray"
23-
}
10+
"widgets": [
11+
{
12+
"name": "tray",
13+
"edge": "bottom",
14+
"position": "left",
15+
"monitor": "HDMI-A-1",
16+
"layer": "overlay",
17+
"widget": {
18+
"type": "wrap-box",
19+
"align": "bottom_left",
20+
"widgets": [
21+
{
22+
"index": [-1, -1],
23+
"widget": {
24+
"type": "tray",
25+
"icon_size": 30,
26+
"header_menu_stack": "menu_top",
27+
"header_menu_align": "left",
28+
"grid_align": "bottom_left"
29+
}
30+
}
31+
]
2432
}
25-
]
26-
}
33+
}
34+
]
2735
}
2836
```
2937

0 commit comments

Comments
 (0)