redshift
2024-10-15
安装
sudo pacman -S redshift
配置
- 编辑
vim ~/.config/redshift.conf
- 输入
[redshift]
; 设置色温
temp-day=5500
temp-night=3500
; 渐进地改变色温
transition=1
adjustment-method=randr
; 手工指定经纬度
location-provider=manual
[manual]
lat=23.12
lon=113.25
运行
redshift &