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
Plaintext
Raw
Normal View
History
Unescape
Escape
rebase
2022-07-04 21:36:33 +02:00
#!/bin/sh
while : ; do
prep sb scripts for new setup
2022-08-19 18:44:18 +02:00
mpc idle >/dev/null && kill -45 "$(pidof dwm)" || break
rebase
2022-07-04 21:36:33 +02:00
done