From 0090f980bdf4f4b8d1164a1703187ea33565bcdf Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 27 Jul 2026 19:23:25 +0200 Subject: Add wlsunset.service --- dot.config-systemd-user-wlsunset.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dot.config-systemd-user-wlsunset.service (limited to 'dot.config-systemd-user-wlsunset.service') 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 -- cgit v1.2.3