diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2026-03-30 21:07:39 -0500 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2026-03-30 21:07:39 -0500 |
| commit | f874d6571a9c5763e5c4270c3389ef2502d2f5e3 (patch) | |
| tree | dde651f3a2fb6ef4a70ee6da027497dbd734d7e0 /README.md | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 27 |
1 files changed, 27 insertions, 0 deletions
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 <https://git.sr.ht/~kennylevinsen/wlsunset> 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) |