mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-24 18:47:49 +02:00
Compare commits
No commits in common. "c7f1aaa72d6156dd4a65f18b121e34ba678ab978" and "7c1874b96e131e330875d37dd517a81561f7a34b" have entirely different histories.
c7f1aaa72d
...
7c1874b96e
@ -6,7 +6,7 @@
|
||||
|
||||
[ -z "$LOOPBACK_DEVICE" ] && device="Easy Effects Source" || device="$LOOPBACK_DEVICE"
|
||||
|
||||
name=$(wpctl status | sed -n '/Sources/,$p' | sed -n '/Filter/q;p' | grep "$device" | sed -e "s/*/\ /g")
|
||||
name=$(wpctl status | grep "$device")
|
||||
id=$( echo $name | cut -d '.' -f 1 | cut -c 5-)
|
||||
node=$(wpctl inspect $id | grep node.name | cut -d '=' -f 2)
|
||||
|
||||
@ -91,9 +91,9 @@ Allowed options:
|
||||
next Play next song in player
|
||||
shuffle Toggle the shuffle mode
|
||||
loop Toggle the loop mode
|
||||
tap Start loopback for source device
|
||||
untap Stop all active source loopbacks
|
||||
tap_toggle Start or stop loopback depending if it is already running
|
||||
tap Start loopback for device
|
||||
untap Stop all active loopbacks
|
||||
tap_toggle Start or stop loopback depending if it is already running
|
||||
all else Print this message
|
||||
|
||||
EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user