From f874d6571a9c5763e5c4270c3389ef2502d2f5e3 Mon Sep 17 00:00:00 2001 From: twells46 <173561638+twells46@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:07:39 -0500 Subject: Forked --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..20b9131 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# wsct + +Set a fixed color temperature on Wayland compositors supporting +`wlr-gamma-control-unstable-v1`. +Stripped down version of with only the funcionality I need. + +# How to build and install + +```sh +meson build +ninja -C build +sudo ninja -C build install +``` + +# How to use + +```sh +wsct 4500 +``` + +`wsct` stays running after applying the temperature. The Wayland gamma-control +protocol restores the original ramps when the client exits, so the process must +remain alive for the setting to persist. + +# Help + +Go to #kennylevinsen @ irc.libera.chat to discuss, or use [~kennylevinsen/wlsunset-devel@lists.sr.ht](https://lists.sr.ht/~kennylevinsen/wlsunset-devel) -- cgit v1.2.3