wsct(1) # NAME wsct - set a fixed color temperature on Wayland outputs # SYNOPSIS *wsct* # 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 .