Linux下控制NZXT H700机箱,关闭灯光污染

因为恩杰官方的NZXT CAM软件只能运行在Windows平台,所以Linux需要使用别的软件代替。
这里找到一个很好用的开源灯控软件,稍作记录一下。

先贴上项目Github地址:https://github.com/liquidctl/liquidctl

首先查看设备列表

 liquidctl list

初始化所有设备

liquidctl initialize all

查看设备状态

 liquidctl status

设置渐变色

 sudo liquidctl --match "smart device" set led color fading "hsv(0,80,100)" "hsv(180,80,100)"

关闭灯光(设置成黑色)

sudo liquidctl --match "smart device" set led color fixed 000000
posted @ 2021-06-13 03:17  海港余烟  阅读(493)  评论(0编辑  收藏  举报