From 77971af833574221d4aa2495f026de880786883f Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Thu, 28 Mar 2024 17:44:29 +0530 Subject: [PATCH] change battery threshold --- hosts/canopus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index 899f6d7..bd5a314 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -216,7 +216,7 @@ enableUserService = true; asusdConfig = '' ( - charge_control_end_threshold: 80, + charge_control_end_threshold: 100, panel_od: false, mini_led_mode: false, disable_nvidia_powerd_on_battery: true,