From c43ac24245f1c16d333011837b2de20fa0655f22 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 2 Dec 2025 20:12:26 +0100 Subject: [PATCH] Increases sunset color temperature to 5000K Sets a higher color temperature for sunset to provide a cooler, less orange screen tint during evening hours. This aims for a more natural lighting effect and may reduce eye strain for some users. --- modules/hm/hyprsunset.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/hyprsunset.nix b/modules/hm/hyprsunset.nix index 70ce2ac..33f338e 100644 --- a/modules/hm/hyprsunset.nix +++ b/modules/hm/hyprsunset.nix @@ -11,7 +11,7 @@ sunset = { calendar = "*-*-* 20:00:00"; requests = [ - ["temperature" "3000"] + ["temperature" "5000"] ]; }; };