From 85d84aba4da4035855968ce0c3a997d4cb0d8989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Violet=20Truchse=C3=9F?= Date: Mon, 19 Feb 2024 08:40:48 +0100 Subject: [PATCH] set better battery margins --- x230.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x230.nix b/x230.nix index acf69a9..04347e2 100644 --- a/x230.nix +++ b/x230.nix @@ -34,8 +34,8 @@ CPU_ENERGY_PERF_POLICY_ON_BAT = "power"; CPU_ENERGY_PERF_POLICY_ON_AC = "performance"; - START_CHARGE_THRESH_BAT0 = "90"; - STOP_CHARGE_THRESH_BAT0 = "95"; + START_CHARGE_THRESH_BAT0 = "75"; + STOP_CHARGE_THRESH_BAT0 = "90"; }; }; powerManagement.powertop.enable = true;