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

@@ -14,6 +14,8 @@ typedef struct bar_workspace_config_t {
const char *active_fg;
const char *urgent_bg;
const char *urgent_fg;
const char *layout_bg;
const char *layout_fg;
} bar_workspace_config_t;
extern zdwm_bar_item_type_t bar_workspace;