dwmblocks-async icon indicating copy to clipboard operation
dwmblocks-async copied to clipboard

An efficient, lean, and asynchronous status feed generator for dwm.

Results 6 dwmblocks-async issues
Sort by recently updated
recently updated
newest added

Hi, I'm not sure if this dwmblocks or statuscmd patch problem. but i can't use BLOCK_BUTTON 10. I used `dwmblocks-flexipatch` although i tried also this on vanilla dwm but still...

This creates a target similar to that found in dwm's Makefile. I use this to make packaging consistent. Of course this doesn't preserve a version number, git or otherwise, in...

Sorry to bother you again with stupid questions. Below is a clumsy shell script called `sb-mpd`, written by me to show mpd status: ```bash #!/usr/bin/sh # show mpd status. WIP...

enhancement
help wanted

tries to fix #24 I didn't test this thoroughly but the idea is simple: open a new pipe for each new child. This way we can close the writing end...

make again if the config.h change too ```diff - $(BIN): main.o + $(BIN): main.o config.h ``` move the `BLOCK` macro and `Block` struct to `config.h`, which helps to show the...

Hi there, after you did the rewrite recently, I am having trouble getting dwmblocks to start the way I would like it to. I run dwmblocks from within `dwm.c` using...