vincentbernat.i3wm-configur.../dotfiles/systemd/redshift.service
Vincent Bernat d85a504c53 Initial i3 configuration
This is derived from my Awesome configuration. Still a lot to do from
a WM perspective. The organization is a bit different and I am giving
it up on the per-display systemd units as it does not really work due
to the fact we only have one user DBus and one environment.
2021-07-04 08:38:39 +02:00

7 lines
173 B
Desktop File

[Unit]
Description=Set color temperature
PartOf=graphical-session.target
[Service]
ExecStart=/usr/bin/redshift -l manual:lon=2.35:lat=48.87 -t 6500:3900
Restart=on-failure