From 73395203353d2a8e734178de16a8342ec2b0403c Mon Sep 17 00:00:00 2001 From: fleaz Date: Sun, 16 Jul 2023 12:58:57 +0200 Subject: [PATCH] modules/tlp: Increase battery threshold --- modules/tlp.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tlp.nix b/modules/tlp.nix index 5857a11..a91aa82 100644 --- a/modules/tlp.nix +++ b/modules/tlp.nix @@ -20,11 +20,11 @@ # BAT 0 - Internal battery START_CHARGE_THRESH_BAT0 = 60; - STOP_CHARGE_THRESH_BAT0 = 90; + STOP_CHARGE_THRESH_BAT0 = 95; # BAT 1 - External Battery START_CHARGE_THRESH_BAT1 = 60; - STOP_CHARGE_THRESH_BAT1 = 90; + STOP_CHARGE_THRESH_BAT1 = 95; }; };