Created
November 14, 2020 19:41
-
-
Save khongi/85bc4825af36cdfd042ce6c74b3da3cf to your computer and use it in GitHub Desktop.
Auto configuration for NZXT Kraken X62 using https://github.com/KsenijaS/krakenx
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
[Unit] | |
Description=krakenx automatic configuration | |
[Service] | |
Type=simple | |
ExecStartPre=/usr/bin/env colctl -ch text --color_count 1 --color0 0,255,255 -m Solid | |
ExecStart=/usr/bin/env colctl -as 4 -ch ring --color_count 2 --color0 255,0,255 --color1 0,255,255 -m Chaser -ps 60 -fs 25 | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment