From ab7303e1d893f33e09dbc8493f9a9179a7a40a4a Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Thu, 29 Jan 2026 11:40:03 -0500 Subject: updates --- wayland-basics/dot-config/systemd/user/wlsunset.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 wayland-basics/dot-config/systemd/user/wlsunset.service (limited to 'wayland-basics/dot-config/systemd/user/wlsunset.service') diff --git a/wayland-basics/dot-config/systemd/user/wlsunset.service b/wayland-basics/dot-config/systemd/user/wlsunset.service new file mode 100644 index 0000000..7b2683b --- /dev/null +++ b/wayland-basics/dot-config/systemd/user/wlsunset.service @@ -0,0 +1,16 @@ +[Unit] +PartOf=graphical-session.target +Description=WLSunset for better screen colors +Documentation=man:wlsunset(1) +After=graphical-session.target +After=kanshi.service +Requisite=graphical-session.target + +[Service] +Type=exec +ExecStart=/usr/bin/wlsunset -l 42.3 -L '-71.0' -t 4000 -T 6500 +Restart=on-failure +Slice=background-graphical.slice + +[Install] +WantedBy=graphical-session.target -- cgit v1.2.3-71-gdd5e