What does "Offset" really do? #939
-
|
Does Offset define a time before the normal time the theme changes? Or delay the change? For example, my Dark/Light theme switch uses Windows night light. I want dark theme to trigger 30 minutes before night light. Does the Offset do that, or am I delaying it by 30 minutes? I suggest clarifying the behavior as a secondary line of text for this setting as well, under the "Offset" section title. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Spiritreader
Apr 13, 2025
Replies: 1 comment 4 replies
-
|
Offset delays the switch. You can use a negative value to make it sooner. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Offset may not be negative when using "Follow Windows Night Light"
You can enter negative values but it will not save when hitting set.
It is highly non trivial to read data from the Windows Night Light registry key, as such ADM is only able to react to Night Light on/off switches.
This means in order to allow …