finally added realiable way to update music in statusbar

This commit is contained in:
2020-12-29 15:43:40 +01:00
parent c46b0b20e7
commit 134d1fab3d
4 changed files with 552 additions and 4 deletions

View File

@ -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