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

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

[Install]
WantedBy=graphical-session.target