auto-clock-speed icon indicating copy to clipboard operation
auto-clock-speed copied to clipboard

A utility to check stats about your CPU, and auto regulate clock speeds to help with either performance or battery life.

Results 59 auto-clock-speed issues
Sort by recently updated
recently updated
newest added

`list_cpus()` could throw an error if there is an IO error when fetching non-essential information about the CPU. This PR tries to handle those errors and work around them whenever...

**Describe the bug** I'm getting a thread panic on my new Thinkpad X1 Nano Gen 1 sometimes when attempting to fetch CPU information. I think the problem is a kernel...

bug

When the governor mode changes, send a notify-send

good first issue
feature request

This PR introduces the feature from #551 where notifications will be sent upon governor change. Currently, I am facing difficulty with getting notifications to send when acs is run as...

**Is your feature request related to a problem? Please describe.** Adds a warning (in monitor perhaps) for long durnation of max CPU usage for one of the cores when in...

feature request

Collect all the different screenshots that have been on the readme and put them in the folder below: https://github.com/JakeRoggenbuck/auto-clock-speed/tree/main/assets/screenshots

documentation

Allow custom frequency options set in config. Add to config: max when on battery min when on battery max when on charging min when on charging max when on powersave...

Set a manual or automatic charging threshold so that the laptop stops charging at a specific point (i.e. 60%) so it doesn't damage the battery when used as a desktop...

enhancement
help wanted
good first issue