diff --git a/content/Configuring/Variables.md b/content/Configuring/Variables.md index 1b0e53a6..e1172d9a 100644 --- a/content/Configuring/Variables.md +++ b/content/Configuring/Variables.md @@ -389,7 +389,9 @@ _Subcategory `group:groupbar:`_ | text_offset | adjust vertical position for titles | int | 0 | | scrolling | whether scrolling in the groupbar changes group active window | bool | true | | rounding | how much to round the indicator | int | 1 | +| rounding_power | adjusts the curve used for rounding broupbar corners, larger is smoother, 2.0 is a circle, 4.0 is a squircle. [2.0 - 10.0] | float | 2.0 | | gradient_rounding | how much to round the gradients | int | 2 | +| gradient_rounding_power | adjusts the curve used for rounding gradient corners, larger is smoother, 2.0 is a circle, 4.0 is a squircle. [2.0 - 10.0] | float | 2.0 | | round_only_edges | round only the indicator edges of the entire groupbar | bool | true | | gradient_round_only_edges | round only the gradient edges of the entire groupbar | bool | true | | text_color | color for window titles in the groupbar | color | 0xffffffff |