Created
May 1, 2020 17:26
-
-
Save cmer/8d688d222b7fd2c38327b8829d228768 to your computer and use it in GitHub Desktop.
Control Kraken pump from OSX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -xe | |
# brew install libusb | |
# pip3 install git+https://github.com/jonasmalacofilho/liquidctl | |
# https://github.com/jonasmalacofilho/liquidctl/blob/master/docs/nzxt-kraken-x-3rd-generation.md | |
liquidctl set pump speed 100 | |
liquidctl set ring color covering-marquee FC5C7D 6A82FB 1EFF48 C2F970 564D80 | |
liquidctl set logo color breathing FC5C7D 6A82FB 4E5166 44344F |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment