From 38b2c269183618fb92358e9d8293dedfcb859080 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 26 Jun 2023 09:20:58 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4b486f..8e48080 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,8 @@ The filename of the scripts, or your custom scripts, must be: - `discharging`: When the battery is in use. - `charging`: When the battery is charging. -- `low`: When it reaches the low percentage. Default 15. -- `high`: When it reaches the high percentage. Default 85. +- `low`: When it reaches the low percentage. Default 20. +- `high`: When it reaches the high percentage. Default 80. - `full`: When the battery is full. They must have **execution permissions**. If any of them do not exist, they will be ignored.