mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-28 23:50:05 +01:00
variables: add groupbar:rounding_power, add groupbar:gradient_rounding_power (#1199)
This commit is contained in:
parent
f5028df8db
commit
c25e0576ca
1 changed files with 2 additions and 0 deletions
|
|
@ -389,7 +389,9 @@ _Subcategory `group:groupbar:`_
|
|||
| text_offset | adjust vertical position for titles | int | 0 |
|
||||
| scrolling | whether scrolling in the groupbar changes group active window | bool | true |
|
||||
| rounding | how much to round the indicator | int | 1 |
|
||||
| rounding_power | adjusts the curve used for rounding broupbar corners, larger is smoother, 2.0 is a circle, 4.0 is a squircle. [2.0 - 10.0] | float | 2.0 |
|
||||
| gradient_rounding | how much to round the gradients | int | 2 |
|
||||
| gradient_rounding_power | adjusts the curve used for rounding gradient corners, larger is smoother, 2.0 is a circle, 4.0 is a squircle. [2.0 - 10.0] | float | 2.0 |
|
||||
| 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 | color for window titles in the groupbar | color | 0xffffffff |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue