quickshell: quick-settings — night light with sunset auto, brightness + kbd backlight sliders
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
05c09cfad2
commit
0342cbe59a
2 changed files with 261 additions and 12 deletions
|
|
@ -351,17 +351,10 @@ 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; }
|
||||
];
|
||||
};
|
||||
};
|
||||
# Night light — hyprsunset applies the gamma; the schedule and
|
||||
# temperature are driven by quickshell's quick-settings menu
|
||||
# (settings/quickshell.nix) via `hyprctl hyprsunset`.
|
||||
services.hyprsunset.enable = true;
|
||||
|
||||
# Lock screen is quickshell's WlSessionLock (settings/quickshell.nix),
|
||||
# triggered via `qs ipc call lock lock`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue