File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Add it to your file:
27
27
"layer" : " overlay" ,
28
28
"monitor" : " HDMI-A-1" ,
29
29
"widget" : {
30
- "type" : " hypr- workspace" ,
30
+ "type" : " workspace" ,
31
31
"thickness" : 25 ,
32
32
"length" : " 25%" ,
33
33
"hover_color" : " #ffffff22" ,
Original file line number Diff line number Diff line change 1
1
# Workspace
2
2
3
3
- 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/ )
5
5
6
6
``` json
7
7
{
10
10
"layer" : " overlay" ,
11
11
"monitor" : " HDMI-A-1" ,
12
12
"widget" : {
13
- "type" : " hypr- workspace" ,
13
+ "type" : " workspace" ,
14
14
"thickness" : 25 ,
15
15
"length" : " 25%" ,
16
16
"hover_color" : " #ffffff22" ,
24
24
## ` type* `
25
25
26
26
``` plaintext
27
- const `hypr- workspace`
27
+ const `workspace`
28
28
```
29
29
30
30
## ` thickness* `
You can’t perform that action at this time.
0 commit comments