summaryrefslogtreecommitdiff
path: root/home-modules
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-04-11 01:23:32 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-04-11 01:23:32 +0200
commit4ea016bb3f2857abc4de506a5e81aaba881d5cc7 (patch)
tree599c3935e74b922abec3deeb7243eb484df7842b /home-modules
parenta93e2fe304e0425f98014fe080bd52230e664e69 (diff)
Do not lower gamma so much in hyprsunset
Diffstat (limited to 'home-modules')
-rw-r--r--home-modules/desktop/hyprland.nix8
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;
}
];
};