blob: 20b9131e33859592c7027a1fdbfa3344ffb1d4ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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)
|