mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
add groupbar enabled and priority (#428)
modified: pages/Configuring/Variables.md
This commit is contained in:
parent
cc69529ae7
commit
ce0b8774ed
1 changed files with 2 additions and 0 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue