Skip to content

Commit

Permalink
variables: new groupbar stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jan 31, 2025
1 parent 8f90cdb commit 01ee9c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,15 @@ _Subcategory `group:groupbar:`_
| font_size | font size of groupbar title | int | 8 |
| gradients | enables gradients | bool | true |
| 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 |
| 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 |
| rounding | how much to round the indicator | int | 1 |
| gradient_rounding | how much to round the gradients | int | 2 |
| 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 | controls the group bar text color | color | 0xffffffff |
| col.active | active group bar background color | gradient | 0x66ffff00 |
| col.inactive | inactive (out of focus) group bar background color | gradient | 0x66777700 |
Expand Down

0 comments on commit 01ee9c7

Please sign in to comment.