aboutsummaryrefslogtreecommitdiff
path: root/services/dot-config/systemd/user/wlsunset.service
diff options
context:
space:
mode:
authorMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-02-23 15:03:10 -0500
committerMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-02-23 15:03:10 -0500
commit36a274dbc066068ff25b839e21ce3b82ec292c88 (patch)
tree7e3de8bafab79cfa86c93f467413b8f43273a8a5 /services/dot-config/systemd/user/wlsunset.service
parentb29aab34dff6b76fd8eb067d51d2fe41be594616 (diff)
big updatesHEADmain
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