diff options
Diffstat (limited to '')
-rw-r--r-- | gammastep/conf | 5 | ||||
-rwxr-xr-x | gammastep/run | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gammastep/conf b/gammastep/conf new file mode 100644 index 0000000..6f851ba --- /dev/null +++ b/gammastep/conf @@ -0,0 +1,5 @@ +# vi ft: conf +[general] +fade=1 +temp-day=6500 +temp-night=3500 diff --git a/gammastep/run b/gammastep/run index fa67ff4..826c181 100755 --- a/gammastep/run +++ b/gammastep/run @@ -1,4 +1,4 @@ #!/bin/sh # make sure geoclue2 is running sv check "$SV/geoclue2" > /dev/null 2>&1 || exit 1 -exec gammastep +exec gammastep -c ./conf |