dbus: create property helper classes

Handles asynchronous property updates, part of the work for StatusNotifierItems.
This commit is contained in:
outfoxxed 2024-04-04 22:48:58 -07:00
parent 8529a2eb22
commit 8e530b6b77
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 530 additions and 0 deletions

View file

@ -5,6 +5,10 @@ install(TARGETS quickshell RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
add_subdirectory(core)
add_subdirectory(io)
if (DBUS)
add_subdirectory(dbus)
endif()
if (WAYLAND)
add_subdirectory(wayland)
endif ()