From 61c027738785e0585202b7b3a828e05344510f66 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 21 Nov 2025 14:50:30 -0500 Subject: Tweaks --- nix_archive/hosts/palm/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nix_archive/hosts/palm') 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; -- cgit v1.2.3-101-g0448