| 1 |
; Alloy gammastep configuration |
| 2 |
; |
| 3 |
; Time-based transitions with sensible temperate-zone defaults. Adjust |
| 4 |
; dawn-time / dusk-time to your local sunrise / sunset window, or switch |
| 5 |
; to location-provider=geoclue2 if you want automatic sun-position input. |
| 6 |
|
| 7 |
[general] |
| 8 |
temp-day = 6500 |
| 9 |
temp-night = 3700 |
| 10 |
fade = 1 |
| 11 |
gamma = 1.0 |
| 12 |
adjustment-method = wayland |
| 13 |
location-provider = manual |
| 14 |
|
| 15 |
; Fallback location if you don't set the [time] section. |
| 16 |
; Central US-ish default; adjust to your latitude/longitude. |
| 17 |
[manual] |
| 18 |
lat = 40.0 |
| 19 |
lon = -105.0 |
| 20 |
|
| 21 |
; Uncomment to switch from location-based to time-based transitions. |
| 22 |
; [time] |
| 23 |
; dawn-time = 6:30-7:45 |
| 24 |
; dusk-time = 18:00-19:30 |
| 25 |
|