aboutsummaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home')
-rw-r--r--tw/home/btl.scm3
-rw-r--r--tw/home/cern.scm3
-rw-r--r--tw/home/frm.scm3
-rw-r--r--tw/home/lap.scm3
4 files changed, 0 insertions, 12 deletions
diff --git a/tw/home/btl.scm b/tw/home/btl.scm
index 2b27f70a..3d36e78f 100644
--- a/tw/home/btl.scm
+++ b/tw/home/btl.scm
@@ -38,14 +38,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
diff --git a/tw/home/cern.scm b/tw/home/cern.scm
index d00b29ac..a7643ee4 100644
--- a/tw/home/cern.scm
+++ b/tw/home/cern.scm
@@ -53,14 +53,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
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
diff --git a/tw/home/lap.scm b/tw/home/lap.scm
index de6d2d76..34e44396 100644
--- a/tw/home/lap.scm
+++ b/tw/home/lap.scm
@@ -86,14 +86,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