sukerman

Results 3 comments of sukerman

It doesn't really, it only reacts if you invert the colours, and It pulses if you invert all 3, so here's a fudge : msi-rgb 0 0 0 -ig -ib...

Here's a script to call every minute via cron to change the colours red/green/blue. Make sure you move the msi-rgb binary to /usr/local/bin so cron can find it `#!/usr/bin/php` `

Even better change the 0 to 11111111 to get it cycling between colours `msi-rgb 0 0 11111111 -ig -ib `