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.
12 lines
235 B
Desktop File
12 lines
235 B
Desktop File
[Unit]
|
|
Description=Redshift display colour temperature adjustment (GUI)
|
|
Documentation=http://jonls.dk/redshift/
|
|
After=display-manager.service
|
|
|
|
[Service]
|
|
ExecStart=@bindir@/redshift-gtk
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|