Skip to content

Instantly share code, notes, and snippets.

@k2cCreations
Last active August 29, 2015 13:58
Show Gist options
  • Save k2cCreations/9976976 to your computer and use it in GitHub Desktop.
Save k2cCreations/9976976 to your computer and use it in GitHub Desktop.
All 4 lights changing through the Google Colors, then each bar displays one Google Color
First enter "shell" without (")
Second enter "sudo su" Without (")
ectool lightbar seq stop
ectool lightbar 4 00 00 00
while :
do
ectool lightbar 4 00 00 ff
sleep 1.5
ectool lightbar 4 00 00 00
sleep 0.02
ectool lightbar 4 ff 00 00
sleep 1.5
ectool lightbar 4 00 00 00
sleep 0.02
ectool lightbar 4 ff ff 00
sleep 1.5
ectool lightbar 4 00 00 00
sleep 0.02
ectool lightbar 4 00 99 33
sleep 1.5
ectool lightbar 4 00 00 00
sleep 0.08
ectool lightbar 0 00 00 ff
ectool lightbar 1 ff 00 00
ectool lightbar 2 ff ff 00
ectool lightbar 3 00 99 33
sleep 2.0
ectool lightbar 4 00 00 00
sleep .8
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment