Skip to content

Commit 5573b39

Browse files
committed
update name
1 parent c657ded commit 5573b39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/doc/3.basic_config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add it to your file:
2727
"layer": "overlay",
2828
"monitor": "HDMI-A-1",
2929
"widget": {
30-
"type": "hypr-workspace",
30+
"type": "workspace",
3131
"thickness": 25,
3232
"length": "25%",
3333
"hover_color": "#ffffff22",

data/doc/4.widgets/3.workspace.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Workspace
22

33
- Hyprland: [`hyprland-rs`](https://github.com/hyprland-community/hyprland-rs).
4-
- Niri: [niri_ipc](https://docs.rs/niri-ipc/latest/niri_ipc/)
4+
- Niri: [`niri_ipc`](https://docs.rs/niri-ipc/latest/niri_ipc/)
55

66
```json
77
{
@@ -10,7 +10,7 @@
1010
"layer": "overlay",
1111
"monitor": "HDMI-A-1",
1212
"widget": {
13-
"type": "hypr-workspace",
13+
"type": "workspace",
1414
"thickness": 25,
1515
"length": "25%",
1616
"hover_color": "#ffffff22",
@@ -24,7 +24,7 @@
2424
## `type*`
2525

2626
```plaintext
27-
const `hypr-workspace`
27+
const `workspace`
2828
```
2929

3030
## `thickness*`

0 commit comments

Comments
 (0)