variables: add groupbar:rounding_power, add groupbar:gradient_rounding_power (#1199)

This commit is contained in:
Martin 2025-08-16 15:14:18 +02:00 committed by GitHub
parent f5028df8db
commit c25e0576ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 |