Advertisement
Guest User

next-song

a guest
Dec 18th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # script for genmod. skip song forward in audacious
  4.  
  5. echo "<img>/home/ramsey/.icons/Faenza-Darkest/actions/24/media-skip-forward.png</img>"
  6. echo "<click>audtool playlist-advance</click>"
  7. echo "<tool>Next song</tool>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement