summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-20 12:26:19 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-20 12:26:19 -0400
commit2e2200b4b96436fbfee59c74bfeb9f7e417a84df (patch)
tree28364fc987c4ae086bf56e344b52a58920c3f803 /.local
parent90c4cdc831c4d9f5cd8bf8ca5d9273c2b227c4c9 (diff)
downloadeibhear-2e2200b4b96436fbfee59c74bfeb9f7e417a84df.tar.gz
eibhear-2e2200b4b96436fbfee59c74bfeb9f7e417a84df.tar.zst
eibhear-2e2200b4b96436fbfee59c74bfeb9f7e417a84df.zip
lmc unneeded
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/lmc42
1 files changed, 0 insertions, 42 deletions
diff --git a/.local/bin/lmc b/.local/bin/lmc
deleted file mode 100755
index 18cf2c2..0000000
--- a/.local/bin/lmc
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/bin/sh
-# A general audio interface for LARBS.
-
-[ -z "$2" ] && num="2" || num="$2"
-
-case "$1" in
- u*) pulsemixer --change-volume +"$num" ;;
- d*) pulsemixer --change-volume -"$num" ;;
- m*) pulsemixer --toggle-mute ;;
- truemute) pulsemixer --mute ;;
- play) mpc play ;;
- n*) mpc next ;;
- prev) mpc prev ;;
- t*) mpc toggle ;;
- p*) mpc pause ; pauseallmpv ;;
- f*) mpc seek +"$num" ;;
- b*) mpc seek -"$num" ;;
- 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.
-
-Allowed options:
- up NUM Increase volume (2 secs default)
- down NUM Decrease volume (2 secs default)
- mute Toggle mute
- truemute Mute
- next Next track
- prev Previous track
- toggle Toggle pause
- truepause Pause
- foward NUM Seek foward in song (2 secs default)
- back NUM Seek back in song (2 secs default)
- restart Restart current song
- all else Print this message
-
-All of these commands, except for \`truemute\`, \`prev\` and \`play\` can be truncated,
-i.e. \`lmc r\` for \`lmc restart\`.
-EOF
-esac
-
-pkill -RTMIN+10 i3blocks