hyprland: add hyprsunset night light

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-07-08 13:13:02 +01:00
parent 104b9fed3f
commit 05c09cfad2

View file

@ -351,6 +351,18 @@ in
'';
};
# Night light — hyprsunset daemon, warms screen on a schedule.
# Adjust live: hyprctl hyprsunset temperature <K>
services.hyprsunset = {
enable = true;
settings = {
profile = [
{ time = "7:00"; identity = true; }
{ time = "21:00"; temperature = 4000; }
];
};
};
# Lock screen is quickshell's WlSessionLock (settings/quickshell.nix),
# triggered via `qs ipc call lock lock`.
services.hypridle = lib.mkIf isMacbook (