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

Does not display when being run using the autostart script patch #16

Closed Zaedus closed 2 years ago

Zaedus commented 2 years ago

I really want to use this on my system because of its efficiency, but the only time I can get it to run is when I manually run it in a terminal. I have tried it in both the autostart.sh and autostart_blocking.sh, but both don't work. No errors are thrown, the process is still running when I run pidof dwmblocks, but just nothing shows up in the status bar. I've tried other forms of dwmblocks like this one and this one which work fine on my system using the autostart script. This could be caused by the fact that I'm using OpenRC as my init system, but I'm honestly not sure.

Zaedus commented 2 years ago

Nevermind this was definitely an issue with my init system. Couldn't really find anything on it but I switched back to systemd and it worked fine.