diff options
Diffstat (limited to 'home-modules/desktop/hyprland.nix')
| -rw-r--r-- | home-modules/desktop/hyprland.nix | 8 |
1 files 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; } ]; }; |
