From 556414050d5273484d5a821a8a4e9d355bca9d5d Mon Sep 17 00:00:00 2001 From: noornee Date: Fri, 8 Nov 2024 20:49:53 +0100 Subject: [PATCH] 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` --- pages/Configuring/Variables.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 22b676d..d12bd08 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -356,10 +356,10 @@ _Subcategory `group:groupbar:`_ | 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 | -| col.active | active group border color | gradient | 0x66ffff00 | -| col.inactive | inactive (out of focus) group border color | gradient | 0x66777700 | -| col.locked_active | active locked group border color | gradient | 0x66ff5500 | -| col.locked_inactive | inactive locked group border color | gradient | 0x66775500 | +| col.active | active group bar background color | gradient | 0x66ffff00 | +| col.inactive | inactive (out of focus) group bar background color | gradient | 0x66777700 | +| col.locked_active | active locked group bar background color | gradient | 0x66ff5500 | +| col.locked_inactive | inactive locked group bar background color | gradient | 0x66775500 | ### Misc