variables: fix gradients default value (#971)

This commit is contained in:
soufhehe 2025-02-10 23:29:42 +01:00 committed by GitHub
parent 7293d19caa
commit bf4f4d6288
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -353,7 +353,7 @@ _Subcategory `group:groupbar:`_
| enabled | enables groupbars | bool | true |
| font_family | font used to display groupbar titles, use `misc:font_family` if not specified | string | [\[Empty]] |
| font_size | font size of groupbar title | int | 8 |
| gradients | enables gradients | bool | true |
| gradients | enables gradients | bool | false |
| height | height of the groupbar | int | 14 |
| indicator_height | height of the groupbar indicator | int | 3 |
| stacked | render the groupbar as a vertical stack | bool | false |