dwmblocks icon indicating copy to clipboard operation
dwmblocks copied to clipboard

Modular status bar for dwm written in c.

Results 11 dwmblocks issues
Sort by recently updated
recently updated
newest added

When I was using i3blocks, I was able to enter either `while true; do [command]; sleep 0.1` to update a command every 0.1 seconds. Now I've read that you can...

patching dwm with [statuscmd](https://dwm.suckless.org/patches/statuscmd/) and also using the dwmblocks patch provided in the README.md [here](https://gist.github.com/IGeraGera/e4a5583b91b3eec2e81fdceb44dea717) doesn't work and i can't tell why. however using the one in the [Status monitor...

Can be used for padding or to further customize the statusbar with powerline glyphs, icons, emotes, etc.

I'm building a ebuild for my overlay and not having a release cripples stability and patch compatibility. And another thing, what does dwmblocks depend on (run time and build time)?

After updating from 904e407 to b7d1970 dwmblocks intermittently crashes with the following messages: ``` No protocol specified Failed to open display ``` The only patch applied is to blocks.def.h: ```diff...

The script is quite simple - it checks what operating system the user is on, then edits the Makefile accordingly. This way, users don't need to manually edit the Makefile....

I was experiencing issue when signaling dwmblocks. I think it happens because block outputs may not be ready when getting status of blocks. Problem can be solved with this patch....

I have a block set to update on signal 1 by sending SIGUSR1, however when I do so, the program closes as if I wanted to kill it. I'm simply...

As far as I can see from looking at the code, the definition of `CMDLENGTH` to be `50` is completely arbitrary, so we can move this into the configuration file...

This just get's the 'Mem' token from the input of AWK, which I feel is simpler and makes more sense (we don't get a duplication of Mem in the header...