cdotfis/dotfiles/.local/bin/player

9 lines
104 B
Bash
Executable File

#!/bin/bash
if ! pgrep playerctld &> /dev/null; then
playerctld &
sleep 0.5
fi
playerctl "$@"