UtkarshVerma / dwmblocks-async

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

doesnt refresh with echo #9

Closed apprehensions closed 2 years ago

apprehensions commented 2 years ago

config:

const Block blocks[] = {
    BLOCK("echo test",        1, 2)
    BLOCK("date '+%H:%M:%S'", 1, 1)
};

expected behavior is date refreshes once a second what happens is its static and doesn't refresh and doesn't change unless i remove echo test line

UtkarshVerma commented 2 years ago

I can't reproduce this. Works fine for me. image