swapped out spotify for tidal.

PS: this uses the private "tidal-hifi" electron app that I am developing and should be released soon.
This commit is contained in:
2019-10-30 23:37:49 +01:00
parent 0bf931d78f
commit 9714b2fa1d
4 changed files with 90 additions and 17 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
case $BLOCK_BUTTON in
1) ~/.config/i3/scripts/tidal-cli.sh playpause ;; # left click
4) ~/.config/i3/scripts/tidal-cli.sh next ;; # scroll up
5) ~/.config/i3/scripts/tidal-cli.sh previous ;; # scroll down
esac
if ~/.config/i3/scripts/tidal-cli.sh status | grep 'paused' >/dev/null; then
printf ' ' # fa-pause
else
printf ' ' # fa-play
fi
~/.config/i3/scripts/tidal-cli.sh info