aboutsummaryrefslogtreecommitdiff
path: root/services/dot-config/systemd/user/wlsunset.service
diff options
context:
space:
mode:
Diffstat (limited to 'services/dot-config/systemd/user/wlsunset.service')
-rw-r--r--services/dot-config/systemd/user/wlsunset.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/services/dot-config/systemd/user/wlsunset.service b/services/dot-config/systemd/user/wlsunset.service
new file mode 100644
index 0000000..53751c1
--- /dev/null
+++ b/services/dot-config/systemd/user/wlsunset.service
@@ -0,0 +1,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