Advertisement
Guest User

prev-song

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