1
0
Fork 0
dotfiles/home/dot_config/systemd/user/gammastep.service

13 lines
281 B
SYSTEMD
Raw Normal View History

2021-12-29 20:07:29 +00:00
[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