summaryrefslogtreecommitdiff
path: root/applets/power-profiles
AgeCommit message (Collapse)AuthorFilesLines
11 daysapplets: 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-15power-profiles: Fix menu positioning in WaylandVictor Kareh1-4/+6
Properly anchor the popup menu to the applet widget to fix the menu appearing in the center of the screen under Wayland.
2026-01-15applets: Add support for building applets in-processVictor Kareh4-36/+92
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 Kareh8-0/+967
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.