finally added realiable way to update music in statusbar
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
pkill -RTMIN+11 dwmblocks
|
||||
#echo 'sent signal to dwmblocks'
|
||||
while true; do
|
||||
mpc idle > /dev/null
|
||||
pkill -RTMIN+11 dwmblocks
|
||||
done
|
||||
|
Reference in New Issue
Block a user