From 69ea41f7f29177ecc46af80c5075418bfa2b49c4 Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 21 Oct 2024 20:00:55 -0500 Subject: [PATCH] gammastep: lower min brightness Signed-off-by: Myned --- options/custom/services/gammastep.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/services/gammastep.nix b/options/custom/services/gammastep.nix index ddd0dcf..5cf7ce0 100644 --- a/options/custom/services/gammastep.nix +++ b/options/custom/services/gammastep.nix @@ -23,7 +23,7 @@ in { # TODO: Add keybinds settings.general = { brightness-day = 1; - brightness-night = 0.5; + brightness-night = 0.4; }; }; };