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. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index ecc9622..cc80e6f 100644 --- a/meson.build +++ b/meson.build @@ -136,6 +136,7 @@ config_inc = include_directories('.') if enable_applet subdir('applets/brightness') subdir('applets/inhibit') + subdir('applets/power-profiles') endif subdir('help') subdir('src') -- cgit v1.2.1