13 lines
281 B
SYSTEMD
13 lines
281 B
SYSTEMD
|
[Unit]
|
||
|
Description=Set color temperature of display according to time of day.
|
||
|
Documentation=https://gitlab.com/chinstrap/gammastep
|
||
|
Requires=sway-session.target
|
||
|
After=sway-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/gammastep
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sway-session.target
|