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

@@ -33,6 +33,7 @@ add_executable(${APP_NAME}
${SOURCE_DIR}/bar/binding.c
${SOURCE_DIR}/bar/cell.c
${SOURCE_DIR}/bar/text.c
${SOURCE_DIR}/bar/windows.c
${SOURCE_DIR}/bar/workspaces.c
${SOURCE_DIR}/base/color.c