From 95ffa80ec2d6f030d3501eec6ebb687a06fda0ec Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Fri, 4 Apr 2025 20:40:55 -0400 Subject: applets: Add new power-profiles applet 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. --- Makefile.am | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 165cf94..294dd07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,17 +17,18 @@ EXTRA_DIST = \ # Distribute the Meson build system files as well EXTRA_DIST += \ - meson.build \ - meson_options.txt \ - meson_post_install.sh \ - applets/brightness/meson.build \ - applets/inhibit/meson.build \ - data/meson.build \ - data/icons/meson.build \ - help/meson.build \ - help/LINGUAS \ - po/meson.build \ - policy/meson.build \ + meson.build \ + meson_options.txt \ + meson_post_install.sh \ + applets/brightness/meson.build \ + applets/inhibit/meson.build \ + applets/power-profiles/meson.build \ + data/meson.build \ + data/icons/meson.build \ + help/meson.build \ + help/LINGUAS \ + po/meson.build \ + policy/meson.build \ src/meson.build clean-local : -- cgit v1.2.1