This website requires JavaScript.
Explore
Help
Register
Sign In
luca
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
d85559dac7
dotfiles
/
.local
/
bin
/
daemons
/
sbd-playerctl
5 lines
87 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
playerctl status -F
|
while
read
-r _
;
do
pkill -RTMIN+11 dwmblocks
done
View Git Blame
Copy Permalink