This website requires JavaScript.
Explore
Help
Register
Sign In
luca
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
6f049c09b6
dotfiles
/
.local
/
bin
/
statusbar
/
sb-mpdup
5 lines
86 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
while
:
;
do
mpc idle >/dev/null
&&
kill
-45
"
$(
pidof dwm
)
"
||
break
done
View Git Blame
Copy Permalink