Skip to content

Instantly share code, notes, and snippets.

@khongi
Created November 14, 2020 19:41
Show Gist options
  • Save khongi/85bc4825af36cdfd042ce6c74b3da3cf to your computer and use it in GitHub Desktop.
Save khongi/85bc4825af36cdfd042ce6c74b3da3cf to your computer and use it in GitHub Desktop.
Auto configuration for NZXT Kraken X62 using https://github.com/KsenijaS/krakenx
[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