aboutsummaryrefslogtreecommitdiff
path: root/dot.config-systemd-user-wlsunset.service
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2026-07-27 19:23:25 +0200
committerThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:02:41 +0200
commit0090f980bdf4f4b8d1164a1703187ea33565bcdf (patch)
tree227881012447c69946ab93cdf48ea7d634442268 /dot.config-systemd-user-wlsunset.service
parent157ce51fb80574e38723d0b7a144fc6908f8a433 (diff)
Add wlsunset.service
Diffstat (limited to 'dot.config-systemd-user-wlsunset.service')
-rw-r--r--dot.config-systemd-user-wlsunset.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/dot.config-systemd-user-wlsunset.service b/dot.config-systemd-user-wlsunset.service
new file mode 100644
index 0000000..e372306
--- /dev/null
+++ b/dot.config-systemd-user-wlsunset.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Day/night gamma adjustments for Sway
+PartOf=graphical-session.target
+After=graphical-session.target
+
+[Service]
+ExecStart=wlsunset -l 50.8 -L 6.1
+Restart=always
+
+[Install]
+WantedBy=graphical-session.target