diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 546b28c..2736ec6 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -296,9 +296,11 @@ _Subcategory `group:groupbar:`_ | name | description | type | default | |---|---|---|---| +| enabled | enables groupbars | bool | true | | font_family | font used to display groupbar titles | string | Sans | | font_size | font size for the above | int | 8 | | gradients | whether to draw gradients under the titles of the above | bool | true | +| priority | sets the decoration priority for groupbars | int | 3 | | render_titles | whether to render titles in the group bar decoration | bool | true | | scrolling | whether scrolling in the groupbar changes group active window | bool | true | | text_color | controls the group bar text color | color | 0xffffffff |