mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
Merge 5438d6631f into 4852087e61
This commit is contained in:
commit
ff032a4bed
16 changed files with 110 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue