feat: 添加壁纸功能

This commit is contained in:
2026-03-08 12:33:12 +08:00
parent 4ccdc9c23d
commit 73f659ef1f
7 changed files with 364 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ add_executable(${APP_NAME}
${SOURCE_DIR}/status.c
${SOURCE_DIR}/audio.c
${SOURCE_DIR}/rect.c
${SOURCE_DIR}/wallpaper.c
)
find_package(PkgConfig REQUIRED)
@@ -68,6 +69,7 @@ pkg_check_modules(deps REQUIRED
cairo-xcb
pango
pangocairo
imlib2
libpulse-mainloop-glib
)