diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-11 01:23:32 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-11 01:23:32 +0200 |
| commit | 4ea016bb3f2857abc4de506a5e81aaba881d5cc7 (patch) | |
| tree | 599c3935e74b922abec3deeb7243eb484df7842b | |
| parent | a93e2fe304e0425f98014fe080bd52230e664e69 (diff) | |
Do not lower gamma so much in hyprsunset
| -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; } ]; }; |
