This commit is contained in:
33KK 2025-02-10 10:35:21 -05:00 committed by GitHub
commit ff032a4bed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 110 additions and 1 deletions

View file

@ -625,6 +625,8 @@ static uint32_t render_workspace_button(struct render_context *ctx,
box_colors = config->colors.focused_workspace;
} else if (ws->visible) {
box_colors = config->colors.active_workspace;
} else if (ws->empty) {
box_colors = config->colors.empty_workspace;
} else {
box_colors = config->colors.inactive_workspace;
}