summaryrefslogtreecommitdiff
path: root/applets/power-profiles/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2026-01-20applets: Fix automake build errors with in-process appletsHEADmasterVictor Kareh1-0/+2
Add per-target CFLAGS variables to applet Makefiles to fix build errors when objects are created with and without libtool. Fixes #416
2026-01-15applets: Add support for building applets in-processVictor Kareh1-5/+25
This enables Wayland compatibility. Out-of-process applets use GtkPlug/GtkSocket which is X11-specific and doesn't work in Wayland sessions. The default build remains out-of-process for backwards compatibility.
2026-01-15applets: Add new power-profiles appletVictor Kareh1-0/+69
This applet allows the user to set the active power profile (power-saver, balanced, performance). It's compatible with the power-profiles-daemon and tuned, which are the same DBUS interfaces that GNOME relies on for power profiles.