This website requires JavaScript.
Explore
Help
Register
Sign In
luca
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
6d6dfde1a1
dotfiles
/
.local
/
libexec
/
daemons
/
sbd-music
5 lines
88 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
while
:
;
do
(
mpc idle >/dev/null
&&
pkill -RTMIN+11 dwmblocks
)
||
break
done
View Git Blame
Copy Permalink