Bruno BELANYI
5cdacc9abb
The Redshift package on Arch doesn't seem to add a service file anywhere so we have to add one ourselves in our configuration directory. Geoclue doesn't seem to want to play nice with Redshift right now, so I used the manual setting to add Paris' coordinates.
13 lines
248 B
Desktop File
13 lines
248 B
Desktop File
[unit]
|
|
description=redshift display colour temperature adjustment
|
|
documentation=http://jonls.dk/redshift/
|
|
after=display-manager.service
|
|
|
|
[service]
|
|
environment=display=:0
|
|
execstart=/usr/bin/redshift
|
|
restart=always
|
|
|
|
[install]
|
|
wantedby=default.target
|