aboutsummaryrefslogtreecommitdiff
path: root/wsct.1.scd
blob: a12fda09de8d52b61e6e93e1e41db17a4bb05b04 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
wsct(1)

# NAME

wsct - set a fixed color temperature on Wayland outputs

# SYNOPSIS

*wsct* <temperature>

# DESCRIPTION

*wsct* applies a single color temperature to all available Wayland outputs
using `wlr-gamma-control-unstable-v1`.

The process stays running after the initial set. This is required by the
protocol: when the gamma control object is destroyed, the compositor restores
the original gamma ramps.

# OPTIONS

*-h*
	Show the help message.

*-v*
	Show the version number.

# EXAMPLE

```
wsct 4500
```

# NOTES

The temperature argument is an integer in kelvin.

# AUTHORS

Derived from wlsunset, originally maintained by Kenny Levinsen
<contact@kl.wtf>.