Jake Roggenbuck
Jake Roggenbuck
When the governor mode changes, send a notify-send
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
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...
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...
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.