aboutsummaryrefslogtreecommitdiff
path: root/tw/home/lap.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-02-16 23:03:49 +0100
committerTimo Wilken2024-02-16 23:03:49 +0100
commit8e8cda83961c8c9400d9e74bca3e0b1e069a1ecd (patch)
tree3dd75b1b9fb7cef6db24afc6a4cffd1b7c98006a /tw/home/lap.scm
parent7a52f4dd2f8fb65b660092d75249e357037f7177 (diff)
Clean up redshift configuration
Diffstat (limited to 'tw/home/lap.scm')
-rw-r--r--tw/home/lap.scm3
1 files changed, 0 insertions, 3 deletions
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