feat(bar): 在 workspace 列表末尾显示当前 workspace 布局符号

This commit is contained in:
2026-06-15 19:50:42 +08:00
parent d0127f66e4
commit 41f82d7039
4 changed files with 30 additions and 3 deletions

View File

@@ -187,6 +187,8 @@ bool config_defaults_build(
.tag_active_fg = "#eeeeee",
.tag_urgent_bg = "#222222",
.tag_urgent_fg = "#ff0000",
.layout_bg = "#222222",
.layout_fg = "#bbbbbb",
};
api->set_bar_config(builder, bar_config);