From 8e8cda83961c8c9400d9e74bca3e0b1e069a1ecd Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 16 Feb 2024 23:03:49 +0100 Subject: Clean up redshift configuration --- tw/home/frm.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'tw/home/frm.scm') diff --git a/tw/home/frm.scm b/tw/home/frm.scm index 64839757..8131ea90 100644 --- a/tw/home/frm.scm +++ b/tw/home/frm.scm @@ -41,14 +41,11 @@ ;; Redshift: make the screen turn redder at night. (service home-redshift-service-type (home-redshift-configuration - ;; See info '(guix)Desktop Home Services'. (location-provider 'manual) ;; Approximate location (latitude 46.0) (longitude 6.0) ;; (location-provider 'geoclue2) ; TODO: currently waits forever for a location -- not sure why geoclue doesn't work - ;; (daytime-temperature 6500) ; default 6500 - ;; (nighttime-temperature 4500) ; default 4500 (daytime-brightness 1.0) (nighttime-brightness 0.7) (extra-content "fade=0"))) ; with fade=1, restarting redshift causes flickering for a few secs -- cgit v1.2.3