cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.
GNU General Public License v3.0
476
stars
31
forks
source link
Add configuration and profiles #25
Closed
vagnum08 closed 4 years ago
Adds the ability to configure the cpupower-gui using configuration files from
/etc/cpupower_gui.d/
and~/.config/cpupower_gui/
.Additionally, profile files can be defined to configure the cpu frequencies and governors.
Last, add systemd units to set the profiles during boot or user login.
Closes: #13, #24