diff options
| author | Autumn <git@autumnfo.rest> | 2026-04-30 20:55:06 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-04-30 20:55:06 +0100 |
| commit | d25b33573e37aa64e6c6e840bfb976512de69e2d (patch) | |
| tree | ec9809b797d4d35eb137b92a15acfdc966d7d467 /src | |
| parent | a25b4f9003279482bb7de979edd6716844a521c1 (diff) | |
[conf/gammastep] added gammastep config
Diffstat (limited to 'src')
| -rw-r--r-- | src/gammastep/020_config.ini | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/gammastep/020_config.ini b/src/gammastep/020_config.ini new file mode 100644 index 0000000..81febf7 --- /dev/null +++ b/src/gammastep/020_config.ini @@ -0,0 +1,23 @@ +# +# ~~~ gammastep config +# + +# temperature +[general] +temp-day=6500 +temp-night=5000 + +fade=1 +dawn-time=07:00 +dusk-time=22:00 + +# location +location-provider=manual + +[manual] +lat=51.1 +lon=1.2 + +# output +[wayland] +output=* |
