Add player script
This commit is contained in:
parent
62c688aef3
commit
cb508eb935
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if ! pgrep playerctld &> /dev/null; then
|
||||||
|
playerctld &
|
||||||
|
sleep 0.5
|
||||||
|
fi
|
||||||
|
|
||||||
|
playerctl "$@"
|
Loading…
Reference in New Issue