Skip to content

Instantly share code, notes, and snippets.

@Sciss
Created October 23, 2016 20:34
Show Gist options
  • Select an option

  • Save Sciss/e2a22233ac79c1282338b69e938325c7 to your computer and use it in GitHub Desktop.

Select an option

Save Sciss/e2a22233ac79c1282338b69e938325c7 to your computer and use it in GitHub Desktop.
#!/bin/bash
for a in {0..255..4}
do
./dbuscontrol.sh setalpha $a
sleep 0.02s
done
# cf. https://raw.githubusercontent.com/popcornmix/omxplayer/master/dbuscontrol.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment