@@ -29,15 +29,15 @@ const `workspace`
29
29
30
30
## ` thickness* `
31
31
32
- Equivalent to the old ` width ` , thickness of the hyprland workspace bar.
32
+ Equivalent to the old ` width ` , thickness of the workspace bar.
33
33
Support relative values(string "xx%").
34
34
35
35
_ Type: ` int | string ` _
36
36
_ Default: ` 10 ` _
37
37
38
38
## ` length* `
39
39
40
- Equivalent to the old ` height ` , length of the hyprland workspace bar.
40
+ Equivalent to the old ` height ` , length of the workspace bar.
41
41
Support relative values(string "xx%").
42
42
43
43
_ Type: ` int | string ` _
54
54
55
55
## ` gap `
56
56
57
- Gap between each hyprland workspace.
57
+ Gap between each workspace.
58
58
59
59
_ Type: ` int ` _
60
60
_ Default: ` 5 ` _
@@ -75,24 +75,31 @@ Milliseconds(ms).
75
75
_ Type: ` int ` _
76
76
_ Default: ` 300 ` _
77
77
78
- ## ` deactive_color `
78
+ ## ` default_color `
79
79
80
80
Color of the non-active workspace.
81
81
82
82
Support: ` #rgb ` /` #rrggbb ` /` #rrrgggbbb ` /` rgb(r, g, b) ` /` rgba(r, g, b, a) ` ...
83
83
For full info, check [ RGBA] ( https://gtk-rs.org/gtk4-rs/stable/latest/docs/src/gdk4/rgba.rs.html#205 )
84
84
85
- _ Type: ` string ` _
86
- _ Default: ` #003049 ` _
85
+ _ Type: ` string ` _
86
+
87
+ ## ` focus_color `
88
+
89
+ Color of the focusing workspace.
90
+
91
+ Support: ` #rgb ` /` #rrggbb ` /` #rrrgggbbb ` /` rgb(r, g, b) ` /` rgba(r, g, b, a) ` ...
92
+ For full info, check [ RGBA] ( https://gtk-rs.org/gtk4-rs/stable/latest/docs/src/gdk4/rgba.rs.html#205 )
93
+
94
+ _ Type: ` string ` _
87
95
88
96
## ` active_color `
89
97
90
- Color of the active workspace.
98
+ Color of the active workspace(non-focusing) .
91
99
92
100
For full info, check [ RGBA] ( https://gtk-rs.org/gtk4-rs/stable/latest/docs/src/gdk4/rgba.rs.html#205 )
93
101
94
- _ Type: ` string ` _
95
- _ Default: ` #669bbc ` _
102
+ _ Type: ` string ` _
96
103
97
104
## ` hover_color `
98
105
0 commit comments