Power Manager v.7(Python)

power manager, linux applications, linux power management

Power Manager has a new outlook done with CSS.

#Power manager-QT v.7 Copyright (c) 2017 JJ Posti <techtimejourney.net>
#This is a power manager application.The program comes with ABSOLUTELY NO WARRANTY;  #for details see: http://www.gnu.org/copyleft/gpl.html.
#This is free software, and you are welcome to redistribute it under
#GPL Version 2, June 1991 This is the QT5 version” )

Dependencies:

The list below should be enough:

python3 python-pyqt5 python-minimal gksudo

Additional dependencies for Power-Manager:This tool has Openbox integrations in it. Logout assumes Openbox installed. Screen locking uses i3lock program.

Note. Power Manager assumes you are using sudo and have gksudo installed. If you have an actual root account then make sure that you have gksu installed. Additionally, you must change Power ManagerĀ“s code to read gksu in all entries that have gksudo in them. The previous task should be fairly easy to undertake.

Download Power Manager v.7(as a zip).

Run the program via terminal like this: python something.py

If needed make the program executable with: chmod +x something.py