fix: update description for diff groupbar config values to reflect their role as background colors and not borders.

update descriptions for groupbar config values
- `col.active`
- `col.inactive`
- `col.locked_active`
- `col.locked_inactive`
This commit is contained in:
noornee 2024-11-08 20:49:53 +01:00 committed by Mihai Fufezan
parent 999f2941e5
commit 556414050d

View file

@ -356,10 +356,10 @@ _Subcategory `group:groupbar:`_
| render_titles | whether to render titles in the group bar decoration | bool | true | | 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 | | scrolling | whether scrolling in the groupbar changes group active window | bool | true |
| text_color | controls the group bar text color | color | 0xffffffff | | text_color | controls the group bar text color | color | 0xffffffff |
| col.active | active group border color | gradient | 0x66ffff00 | | col.active | active group bar background color | gradient | 0x66ffff00 |
| col.inactive | inactive (out of focus) group border color | gradient | 0x66777700 | | col.inactive | inactive (out of focus) group bar background color | gradient | 0x66777700 |
| col.locked_active | active locked group border color | gradient | 0x66ff5500 | | col.locked_active | active locked group bar background color | gradient | 0x66ff5500 |
| col.locked_inactive | inactive locked group border color | gradient | 0x66775500 | | col.locked_inactive | inactive locked group bar background color | gradient | 0x66775500 |
### Misc ### Misc