From be6e3238d6d6d4d2cddf54a6bfd728f08bf8091b Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 29 Mar 2024 22:56:58 -0400 Subject: add gammastep config --- gammastep/conf | 5 +++++ gammastep/run | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 gammastep/conf (limited to 'gammastep') 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 -- cgit v1.2.1