feat(bar): 实现 bar 初始化和清理功能并将其集成到 runtime 中

This commit is contained in:
2026-06-08 01:21:19 +08:00
parent 87535835a8
commit 3a8c392d90
4 changed files with 95 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ add_executable(${APP_NAME}
${SOURCE_DIR}/backend/x11/event.c
${SOURCE_DIR}/backend/x11/window.c
${SOURCE_DIR}/bar/bar.c
${SOURCE_DIR}/bar/cell.c
${SOURCE_DIR}/bar/workspaces.c