From c5e67bae39acc6cf82d1a47a1ac6deeb83e60e0f Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 24 Sep 2023 22:50:16 +0200 Subject: Add gammastep --- .config/gammastep/config.ini | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .config/gammastep/config.ini (limited to '.config/gammastep') diff --git a/.config/gammastep/config.ini b/.config/gammastep/config.ini new file mode 100644 index 0000000..2933117 --- /dev/null +++ b/.config/gammastep/config.ini @@ -0,0 +1,8 @@ +[general] +temp-day=6500 +temp-night=3000 +location-provider=manual + +[manual] +lat=51.8100 +lon=4.6736 -- cgit v1.1