; Alloy gammastep configuration ; ; Time-based transitions with sensible temperate-zone defaults. Adjust ; dawn-time / dusk-time to your local sunrise / sunset window, or switch ; to location-provider=geoclue2 if you want automatic sun-position input. ; ; Keys are written tight against the `=` on purpose. gammastep's INI parser ; does not trim the key, so `temp-day = 6500` is read as a setting literally ; named "temp-day " and reported as unknown. Aligning the values, which every ; other config in this tree does, silently disabled every line in this file: ; the screen never warmed at night and gammastep ran on its own defaults. ; Verified against gammastep's own `-p` output. [general] temp-day=6500 temp-night=3700 fade=1 gamma=1.0 adjustment-method=wayland location-provider=manual ; Fallback location if you don't set the [time] section. ; Central US-ish default; adjust to your latitude/longitude. [manual] lat=40.0 lon=-105.0 ; Uncomment to switch from location-based to time-based transitions. ; [time] ; dawn-time=6:30-7:45 ; dusk-time=18:00-19:30