This website requires JavaScript.
Explore
Help
Register
Sign In
slococo
/
cdotfis
Watch
1
Star
0
Fork
You've already forked cdotfis
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cb508eb935
cdotfis
/
dotfiles
/
.local
/
bin
/
player
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