From 4ea016bb3f2857abc4de506a5e81aaba881d5cc7 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 11 Apr 2026 01:23:32 +0200 Subject: Do not lower gamma so much in hyprsunset --- home-modules/desktop/hyprland.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-modules/desktop/hyprland.nix b/home-modules/desktop/hyprland.nix index 5593542..b480c30 100644 --- a/home-modules/desktop/hyprland.nix +++ b/home-modules/desktop/hyprland.nix @@ -333,14 +333,14 @@ with lib; { # Evening time = "19:00"; - temperature = 4000; - gamma = 0.6; + temperature = 5000; + gamma = 0.9; } { # Night time = "22:00"; - temperature = 3000; - gamma = 0.4; + temperature = 3500; + gamma = 0.8; } ]; }; -- cgit v1.3.1