mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
11 lines
213 B
SYSTEMD
11 lines
213 B
SYSTEMD
|
[Unit]
|
||
|
Description=Set color temperature
|
||
|
PartOf=graphical-session@%i.target
|
||
|
|
||
|
[Service]
|
||
|
Environment=DISPLAY=%I
|
||
|
ExecStart=/usr/bin/redshift -l 2.35:48.87 -t 6500:3900
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session@%i.target
|