1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-10 04:37:46 +02:00

Compare commits

...

2 Commits

View File

@ -6,7 +6,7 @@
[ -z "$LOOPBACK_DEVICE" ] && device="Easy Effects Source" || device="$LOOPBACK_DEVICE"
name=$(wpctl status | grep "$device")
name=$(wpctl status | sed -n '/Sources/,$p' | sed -n '/Filter/q;p' | grep "$device" | sed -e "s/*/\ /g")
id=$( echo $name | cut -d '.' -f 1 | cut -c 5-)
node=$(wpctl inspect $id | grep node.name | cut -d '=' -f 2)
@ -91,8 +91,8 @@ Allowed options:
next Play next song in player
shuffle Toggle the shuffle mode
loop Toggle the loop mode
tap Start loopback for device
untap Stop all active loopbacks
tap Start loopback for source device
untap Stop all active source loopbacks
tap_toggle Start or stop loopback depending if it is already running
all else Print this message