hyprland: add hyprsunset night light
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
104b9fed3f
commit
05c09cfad2
1 changed files with 12 additions and 0 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue