This website requires JavaScript.
Explore
Help
Sign In
Alexander
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
99e8109bf0
dotfiles
/
.local
/
bin
/
update_musicbar
6 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
inital commit
2020-07-04 14:23:27 +02:00
#!/bin/sh
finally added realiable way to update music in statusbar
2020-12-29 15:43:40 +01:00
while true; do
mpc idle > /dev/null
pkill -RTMIN+11 dwmblocks
done
Reference in New Issue
Copy Permalink