feat(bar): 添加窗口列表显示当前 workspace 的窗口列表

This commit is contained in:
2026-06-16 17:14:22 +08:00
parent 3be83aefdf
commit a4bd0b53de
6 changed files with 225 additions and 0 deletions

View File

@@ -194,6 +194,9 @@ bool config_defaults_build(
.binding_padding_x = 2,
.binding_mode_bg = "#900000",
.binding_mode_fg = "#ffffff",
.window_focused_bg = "#005577",
.window_focused_fg = "#eeeeee",
};
api->set_bar_config(builder, bar_config);