From cb508eb935efc4b175a254fa375b92b15940a881 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 26 Sep 2023 13:16:06 -0300 Subject: [PATCH] Add player script --- dotfiles/.local/bin/player | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 dotfiles/.local/bin/player diff --git a/dotfiles/.local/bin/player b/dotfiles/.local/bin/player new file mode 100755 index 0000000..93832c7 --- /dev/null +++ b/dotfiles/.local/bin/player @@ -0,0 +1,8 @@ +#!/bin/bash + +if ! pgrep playerctld &> /dev/null; then + playerctld & + sleep 0.5 +fi + +playerctl "$@"