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. --- applets/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/Makefile.am') diff --git a/applets/Makefile.am b/applets/Makefile.am index 62ee335..ddf9b39 100644 --- a/applets/Makefile.am +++ b/applets/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = brightness inhibit +SUBDIRS = brightness inhibit power-profiles -include $(top_srcdir)/git.mk -- cgit v1.2.1