aboutsummaryrefslogtreecommitdiff
path: root/services/dot-config/systemd/user/wlsunset.service
blob: 53751c1ed75ae37fb655080deecb4d15c85ea26e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
PartOf=graphical-session.target
Description=WLSunset for better screen colors
Documentation=man:wlsunset(1)
After=graphical-session.target
Requisite=graphical-session.target

[Service]
Type=exec
ExecStart=/usr/bin/wlsunset -l 42.3 -L '-71.0' -t 4000 -T 6500
Restart=on-failure

[Install]
WantedBy=graphical-session.target