summaryrefslogtreecommitdiff
path: root/nix_archive/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'nix_archive/hosts')
-rw-r--r--nix_archive/hosts/palm/configuration.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nix_archive/hosts/palm/configuration.nix b/nix_archive/hosts/palm/configuration.nix
index 42cf14c..4619df3 100644
--- a/nix_archive/hosts/palm/configuration.nix
+++ b/nix_archive/hosts/palm/configuration.nix
@@ -50,7 +50,7 @@ in {
top_padding = 0;
picture = ../../themes/year_of_snake/splash.png;
width = 64;
- padding = { top = -3; left = -4; text = 5; };
+ padding = { top = -4; left = -4; text = 5; };
position = "left";
header = "";
footer = "";
@@ -100,13 +100,13 @@ in {
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
- CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
+ CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
CPU_MIN_PERF_ON_AC = 0;
CPU_MAX_PERF_ON_AC = 100;
CPU_MIN_PERF_ON_BAT = 0;
- CPU_MAX_PERF_ON_BAT = 20;
+ CPU_MAX_PERF_ON_BAT = 30;
START_CHARGE_THRESH_BAT0 = 40;
STOP_CHARGE_THRESH_BAT0 = 85;