mirror of
https://github.com/ION606/config-backup.git
synced 2026-05-14 22:16:58 +00:00
15 lines
351 B
Plaintext
15 lines
351 B
Plaintext
[Unit]
|
|
Description=Redshift adjusts the color temperature of your screen according to your surroundings
|
|
Documentation=http://jonls.dk/redshift/
|
|
After=graphical.target
|
|
|
|
[Service]
|
|
User=%i
|
|
Type=simple
|
|
Environment=DISPLAY=:1
|
|
ExecStart=/usr/bin/redshift -l 55.7:12.6 -t 5700:3600 -g 0.8 -m vidmode -v
|
|
TimeoutStopSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|