let a thousand autistic tweaks bloom

This commit is contained in:
Luke Smith
2018-12-01 14:34:14 -05:00
parent 5da0c95a7d
commit 6efc27037a
11 changed files with 37 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# A general audio interface for LARBS.
@@ -18,7 +18,7 @@ case "$1" in
p*) mpc pause ; pauseallmpv ;;
f*) mpc seek +"$num" ;;
b*) mpc seek -"$num" ;;
r*) mpc seek 0\% ;;
r*) mpc seek 0% ;;
*) cat << EOF
lmc: cli music interface for mpd and pulse for those with divine intellect too
grand to remember the mpc/pamixer commands.