aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2024-02-16 23:03:49 +0100
committerTimo Wilken2024-02-16 23:03:49 +0100
commit8e8cda83961c8c9400d9e74bca3e0b1e069a1ecd (patch)
tree3dd75b1b9fb7cef6db24afc6a4cffd1b7c98006a
parent7a52f4dd2f8fb65b660092d75249e357037f7177 (diff)
Clean up redshift configuration
-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