This website requires JavaScript.
Explore
Help
Register
Sign In
slococo
/
cdotfis-mac
Watch
1
Star
0
Fork
You've already forked cdotfis-mac
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
af0cb5e11e
cdotfis-mac
/
dotfiles
/
.local
/
bin
/
playerctl
9 lines
104 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
if
! pgrep playerctld
&
> /dev/null
;
then
playerctld
&
sleep 0.5
fi
playerctl
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink