Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 342 Bytes

screen_colour_temperature.md

File metadata and controls

23 lines (16 loc) · 342 Bytes

Change the temperature of white colour

Taken from here

Ubuntu/Pop

sudo apt install sct
sct [temperature]
sct 7500

No temperature resets to default: 6500.

Fedora

sudo dnf copr enable dmoerner/sct
sudo dnf update
sudo dnf install sct

Done.