Updated command to charge to 100%

This commit is contained in:
Alejandro Angulo 2024-03-15 07:47:10 -07:00
parent 25ad6ef94f
commit 0980448908
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -17,7 +17,7 @@ in {
enable = true; enable = true;
settings = { settings = {
START_CHARGE_THRESH_BAT0 = 75; START_CHARGE_THRESH_BAT0 = 75;
# Run `tlp setcharge` to temporarily allow charging to 100% # Run `tlp fullcharge` to temporarily allow charging to 100%
STOP_CHARGE_THRESH_BAT0 = 80; STOP_CHARGE_THRESH_BAT0 = 80;
RESTORE_THRESHOLDS_ON_BAT = 1; RESTORE_THRESHOLDS_ON_BAT = 1;
CPU_SCALING_GOVERNOR_ON_AC = "performance"; CPU_SCALING_GOVERNOR_ON_AC = "performance";