add height (#439)

modified:   pages/Configuring/Variables.md
This commit is contained in:
MightyPlaza 2024-01-15 15:17:45 +00:00 committed by GitHub
parent 6effb622f2
commit f380378cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -300,7 +300,8 @@ _Subcategory `group:groupbar:`_
| 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 |
| gradients | enables gradients | bool | true |
| height | height of the groupbar | int | 14 |
| 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 |