@@ -29,15 +29,15 @@ const `workspace`
2929
3030## ` thickness* `
3131
32- Equivalent to the old ` width ` , thickness of the hyprland workspace bar.
32+ Equivalent to the old ` width ` , thickness of the workspace bar.
3333Support relative values(string "xx%").
3434
3535_ Type: ` int | string ` _
3636_ Default: ` 10 ` _
3737
3838## ` length* `
3939
40- Equivalent to the old ` height ` , length of the hyprland workspace bar.
40+ Equivalent to the old ` height ` , length of the workspace bar.
4141Support relative values(string "xx%").
4242
4343_ Type: ` int | string ` _
5454
5555## ` gap `
5656
57- Gap between each hyprland workspace.
57+ Gap between each workspace.
5858
5959_ Type: ` int ` _
6060_ Default: ` 5 ` _
@@ -75,24 +75,31 @@ Milliseconds(ms).
7575_ Type: ` int ` _
7676_ Default: ` 300 ` _
7777
78- ## ` deactive_color `
78+ ## ` default_color `
7979
8080Color of the non-active workspace.
8181
8282Support: ` #rgb ` /` #rrggbb ` /` #rrrgggbbb ` /` rgb(r, g, b) ` /` rgba(r, g, b, a) ` ...
8383For full info, check [ RGBA] ( https://gtk-rs.org/gtk4-rs/stable/latest/docs/src/gdk4/rgba.rs.html#205 )
8484
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 ` _
8795
8896## ` active_color `
8997
90- Color of the active workspace.
98+ Color of the active workspace(non-focusing) .
9199
92100For full info, check [ RGBA] ( https://gtk-rs.org/gtk4-rs/stable/latest/docs/src/gdk4/rgba.rs.html#205 )
93101
94- _ Type: ` string ` _
95- _ Default: ` #669bbc ` _
102+ _ Type: ` string ` _
96103
97104## ` hover_color `
98105
0 commit comments