状态栏添加音量显示并添加音量调节功能

This commit is contained in:
2026-02-11 02:22:49 +08:00
parent 194c2b000d
commit a69f3bbc64
9 changed files with 246 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ add_executable(${APP_NAME}
${SOURCE_DIR}/layout.c
${SOURCE_DIR}/xres.c
${SOURCE_DIR}/status.c
${SOURCE_DIR}/audio.c
)
find_package(PkgConfig REQUIRED)
@@ -66,6 +67,8 @@ pkg_check_modules(deps REQUIRED
cairo-xcb
pango
pangocairo
libpulse-mainloop-glib
)
target_include_directories(${APP_NAME} SYSTEM