This website requires JavaScript.
Explore
Help
Register
Sign In
luca
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
fe7110f9b4
dotfiles
/
.local
/
bin
/
daemons
/
sbd-music
5 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
improve status bar scripts
2023-02-06 22:22:50 +01:00
#!/bin/sh
shfmt shfmt
2023-02-07 17:19:53 +01:00
while :; do
cleanup
2023-04-12 11:37:10 +02:00
( mpc idle >/dev/null && pkill -RTMIN+11 dwmblocks ) || break
improve status bar scripts
2023-02-06 22:22:50 +01:00
done