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

Commit 2b6bf29

Browse files
committed
inde
1 parent 9fff852 commit 2b6bf29

File tree

1 file changed

+18
-24
lines changed

1 file changed

+18
-24
lines changed

data/doc/4.widgets/index.md

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@
22

33
```json
44
{
5-
"widgets": {
6-
"type": "array",
7-
"items": { "type": "object",
8-
"properties": {
9-
"name": {
10-
"type": "string"
11-
},
12-
13-
...
14-
15-
// this thing
16-
"widget": {
17-
"$ref": "#/definitions/AllWidgets"
18-
}
19-
}
5+
"edge": "top",
6+
"monitor": "HDMI-A-1",
7+
"layer": "overlay",
8+
"position": "left",
9+
"widget": {
10+
"type": "slider",
11+
"thickness": 40,
12+
"border_width": 6,
13+
"length": "12.5%",
14+
"redraw_only_on_internal_update": true,
15+
"preset": {
16+
"type": "speaker"
2017
}
2118
}
2219
}
@@ -28,14 +25,11 @@
2825

2926
- `btn` - Button
3027
- `slide` - Slide
31-
- `speaker` - Speaker
32-
- `microphone` - Microphone
33-
- `backlight` - Backlight
28+
- `speaker` - Speaker
29+
- `microphone` - Microphone
30+
- `backlight` - Backlight
3431
- `box` - Box
35-
- `ring` - Ring (_Provide presets_)
36-
- `text` - Text (_Provide presets_)
32+
- `ring`
33+
- `text`
34+
- `tray`
3735
- `hyprland-workspace` - Hyprland workspace
38-
39-
## In Plan
40-
41-
- Tray

0 commit comments

Comments
 (0)