Jake Roggenbuck

Results 44 issues of Jake Roggenbuck

When the governor mode changes, send a notify-send

good first issue
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...

This will be split into several PRs likely - [ ] Command args - [ ] Getting and setting in cpu.rs - [ ] daemon.rs tests - [ ] power.rs...

enhancement
help wanted
good first issue

In the config, the user will have to manually opt-in to security update warnings by setting this in the config. ```toml security_update_warnings = true ``` If this is set, acs...

enhancement
feature request

We initialize settings with the same default values a lot. Make these default to save code and make it easier to add new settings options.