mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
bdee1be7b3
Manual latitude and longitude setting doesn't work in Redshift.
This reverts commit dd6ee694df
.
13 lines
316 B
Desktop File
13 lines
316 B
Desktop File
[Install]
|
|
WantedBy=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=@redshift@/bin/redshift -l 0.0:0.0 -t 5500:3700 -b 1:1
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
[Unit]
|
|
After=graphical-session-pre.target
|
|
Description=Redshift colour temperature adjuster
|
|
Documentation=http://jonls.dk/redshift/
|
|
PartOf=graphical-session.target
|