Guest User

Untitled

a guest
Jun 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/bin/sh
  2. COLORS=" -nb #3B3030 -sb #B13636 -nf #ffffff -sf #ffffff"
  3. OPTIONS=" -i -xs -rs -l 100 -fn '-*-terminus-*-r-normal-*-*-120-*-*-*-*-iso8859-*'"
  4.  
  5. mpc play `mpc playlist | sed -e "s/^>/ /" |dmenu-vertical $COLORS $OPTIONS | grep -P -o "^ \d+"`
Add Comment
Please, Sign In to add comment