UtkarshVerma / dwmblocks-async

An efficient, lean, and asynchronous status feed generator for dwm.
GNU General Public License v2.0
224 stars 87 forks source link

unable to refresh all blocks without crashing #63

Closed Zerogaku closed 5 months ago

Zerogaku commented 5 months ago

Hi before the rewrite I used to do be able to refresh all blocks with: pkill -SIGUSR1 dwmblocks or kill -10 $(pidof dwmblocks)

but now they just crash dwmblocks, this is the build where those commands still work https://github.com/Zerogaku/Abyss-dwmblocks/tree/main

I currently use:

pkill 'dwmblocks' && \
dwmblocks & \

as a working alternative

UtkarshVerma commented 5 months ago

Thanks for the bug report. I have fixed the bug now.