From 6ff1b89e222bff7a13a466c463069ffd57fd111f Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Sat, 17 Feb 2024 16:07:33 +0100 Subject: [PATCH] Update README.md with battery thresholds config --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a184ebc..c376b43 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,12 @@ energy_performance_preference = power # turbo boost setting (always, auto, or never) turbo = auto + +# battery charging threshold +# reference: https://github.com/AdnanHodzic/auto-cpufreq/#battery-charging-thresholds +#enable_thresholds = true +#start_threshold = 20 +#stop_threshold = 80 ``` ## How to run auto-cpufreq @@ -485,7 +491,7 @@ As of [v2.2.0](https://github.com/AdnanHodzic/auto-cpufreq/releases/tag/v2.2.0), ### Battery config Edit the config at `/etc/auto-cpufreq.conf` -Example config for battery +Example config for battery ([already part of example config file](https://github.com/AdnanHodzic/auto-cpufreq/#example-config-file-contents)) ``` [battery] enable_thresholds = true