Module swaystatus::blocks::hueshift[][src]

Expand description

Manage display temperature

This block displays the current color temperature in Kelvin. When scrolling upon the block the color temperature is changed. A left click on the block sets the color temperature to click_temp that is by default to 6500K. A right click completely resets the color temperature to its default value (6500K).

Configuration

KeyValuesRequiredDefault
stepThe step color temperature is in/decreased in Kelvin.No100
hue_shifterProgram used to control screen color.NoDetect automatically.
max_tempMax color temperature in Kelvin.No10000
min_tempMin color temperature in Kelvin.No1000
click_tempLeft click color temperature in Kelvin.No6500

Available Hue Shifters

NameSupports
"redshift"X11
"sct"X11
"gammastep"X11 and Wayland

Example

[[block]]
block = "hueshift"
hue_shifter = "redshift"
step = 50
click_temp = 3500

A hard limit is set for the max_temp to 10000K and the same for the min_temp which is 1000K. The step has a hard limit as well, defined to 500K to avoid too brutal changes.

Structs

Enums

Traits

Functions