Simple power manager tools written python.
- performance & powersave profile switch
- automatic profile switch on ac/bat modes
- uses own service
# install source
meson setup build --prefix=/usr
ninja -C build install
# enable systemd service (if available)
systemctl enable ppm
# reboot required
reboot
Configuration files store in /etc/pardus/ppm.conf file and /etc/pardus/ppm.conf.d/ directory.
You can use ppm
command for changing profile or brightness
Usage: ppm [set/get] [mode/backlight] (value)
Also you can use indicator from system tray.
Pardus Power Manager is distributed under the terms of the GNU General Public License, version 3 or later. See the LICENSE file for details.