Configurable automatic nightlight schedule #6257
heymaikol
started this conversation in
Suggestions
Replies: 1 comment 1 reply
-
|
I just built a tool for this called hyprsunset-tui. It is on the AUR: https://aur.archlinux.org/packages/hyprsunset-tui EDIT: Wrong link |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Omarchy ships hyprsunset for the manual nightlight toggle (
SUPER+CTRL+N,omarchy toggle nightlight), but the automatic time-based behaviour hyprsunset supports natively is opt-in only through manual config editing.Today, turning the screen warm at sundown and back to identity in the morning requires the user to:
exec-once = uwsm-app -- hyprsunsetto~/.config/hypr/autostart.lua(or.confpre-migration)profile { time = ...; temperature = ... }block to~/.config/hypr/hyprsunset.confThe current default
config/hypr/hyprsunset.confdocuments this in comments (added in #2446 and #3082), but there's no one-step or interactive way to enable, change, or disable it. Discoverability is poor and the schedule resets on a refresh.Proposed UX
A managed, opt-in schedule with persistent settings:
omarchy refresh hyprsunsetcleanly (managed state stored outside the config file)Beta Was this translation helpful? Give feedback.
All reactions