From 53b0e3b92aee5b637add624d0031b078983ba279 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 19 Jul 2018 10:09:54 +0100 Subject: redshift --- .config/redshift.conf | 15 +++++++++++++++ .xinitrc | 1 + 2 files changed, 16 insertions(+) create mode 100644 .config/redshift.conf diff --git a/.config/redshift.conf b/.config/redshift.conf new file mode 100644 index 0000000..3629ea7 --- /dev/null +++ b/.config/redshift.conf @@ -0,0 +1,15 @@ +[redshift] +temp-day=5700 +temp-night=3500 + +transition=1 + +location-provider=manual +adjustment-method=randr + +[manual] +lat=57 +lon=0 + +[randr] +screen=0 diff --git a/.xinitrc b/.xinitrc index c31f495..5d43b59 100755 --- a/.xinitrc +++ b/.xinitrc @@ -14,6 +14,7 @@ gkrellm & ~/bin/mwatch & xpad & start-pulseaudio-x11 +gtk-redshift & exec dbus-launch --exit-with-session fvwm-crystal -- cgit v1.2.3