service/upower: add power-profiles support

This commit is contained in:
outfoxxed 2025-01-02 21:54:36 -08:00
parent 66b9917e70
commit 47bcf8ee61
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 462 additions and 2 deletions

View file

@ -21,6 +21,7 @@ qt_add_dbus_interface(DBUS_INTERFACES
qt_add_library(quickshell-service-upower STATIC
core.cpp
device.cpp
powerprofiles.cpp
${DBUS_INTERFACES}
)