diff --git a/redshift-system-service.conf b/redshift-system-service.conf new file mode 100644 index 0000000..685f1c9 --- /dev/null +++ b/redshift-system-service.conf @@ -0,0 +1,14 @@ +[Unit] +Description=Redshift adjusts the color temperature of your screen according to your surroundings +Documentation=http://jonls.dk/redshift/ +After=graphical.target + +[Service] +User=%i +Type=simple +Environment=DISPLAY=:1 +ExecStart=/usr/bin/redshift -l 55.7:12.6 -t 5700:3600 -g 0.8 -m vidmode -v +TimeoutStopSec=5 + +[Install] +WantedBy=multi-user.target diff --git a/redshift.conf b/redshift.conf new file mode 100644 index 0000000..1f2f2f6 --- /dev/null +++ b/redshift.conf @@ -0,0 +1,11 @@ +[redshift] +; Set the day and night screen temperatures +temp-day=4500 +temp-night=3350 +fade=1 +location-provider=manual + +[manual] +lat=42.728104 +lon=-73.687576 +