diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 19:23:25 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:02:41 +0200 |
| commit | 0090f980bdf4f4b8d1164a1703187ea33565bcdf (patch) | |
| tree | 227881012447c69946ab93cdf48ea7d634442268 /dot.config-systemd-user-wlsunset.service | |
| parent | 157ce51fb80574e38723d0b7a144fc6908f8a433 (diff) | |
Add wlsunset.service
Diffstat (limited to 'dot.config-systemd-user-wlsunset.service')
| -rw-r--r-- | dot.config-systemd-user-wlsunset.service | 11 |
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 |
