Add player script

This commit is contained in:
Santiago Lo Coco 2023-09-26 13:16:06 -03:00
parent 62c688aef3
commit cb508eb935
1 changed files with 8 additions and 0 deletions

8
dotfiles/.local/bin/player Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
if ! pgrep playerctld &> /dev/null; then
playerctld &
sleep 0.5
fi
playerctl "$@"