Make i3 work with new version of i3-blocks
This commit is contained in:
parent
5effc743b7
commit
9bba0b14c6
10 changed files with 288 additions and 18 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/sh
|
||||
|
||||
|
||||
COMMAND="playerctl --player=$BLOCK_INSTANCE"
|
||||
#COMMAND="playerctl --player=$BLOCK_INSTANCE"
|
||||
COMMAND="playerctl"
|
||||
|
||||
case $BLOCK_BUTTON in
|
||||
1) $COMMAND previous ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue