feat(bar): 新增 text 文字排版模块并将其集成到 bar 生命周期中

This commit is contained in:
2026-06-08 01:24:49 +08:00
parent 3a8c392d90
commit 62f6bab611
5 changed files with 90 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ add_executable(${APP_NAME}
${SOURCE_DIR}/bar/bar.c
${SOURCE_DIR}/bar/cell.c
${SOURCE_DIR}/bar/text.c
${SOURCE_DIR}/bar/workspaces.c
${SOURCE_DIR}/base/color.c
@@ -81,6 +82,8 @@ pkg_check_modules(deps REQUIRED
cairo
cairo-xcb
pango
pangocairo
)
target_include_directories(${APP_NAME} SYSTEM