summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-12-19 13:55:25 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-12-19 13:55:25 +0100
commit6f87a0b85e6cc43af6b188a8d7fcd56fd3f5a886 (patch)
treed1d20241c173937212272d848698585c48f481c6
parent76313e15f6260327bbdf125c2f9c1cae04d0a598 (diff)
shepherd: redshift: move to new api
-rw-r--r--shepherd/shepherd/init.d/redshift.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/shepherd/shepherd/init.d/redshift.scm b/shepherd/shepherd/init.d/redshift.scm
index d17474f..505f540 100644
--- a/shepherd/shepherd/init.d/redshift.scm
+++ b/shepherd/shepherd/init.d/redshift.scm
@@ -1,9 +1,9 @@
(define redshift
- (make <service>
- #:provides '(redshift)
- #:docstring "Redshift adjusts the color temperature of your screen
- according to your surroundings. This may help your eyes hurt less if you are
- working in front of the screen at night."
+ (service
+ '(redshift)
+ #:documentation "Redshift adjusts the color temperature of your screen
+according to your surroundings. This may help your eyes hurt less if you are
+working in front of the screen at night."
#:start (make-forkexec-constructor '("redshift")
#:log-file (string-append
(or (getenv "XDG_CONFIG_HOME")