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

Set leading delimiter #30

Closed DusanLesan closed 2 years ago

DusanLesan commented 2 years ago

I like using pipes between my blocks. I also dislike having leading pipe or window title color touching my first block. I want to have padding before the blocks. I think nice way to do it would be to specify desired padding like:

#define LEADING_DELIMITER " "
UtkarshVerma commented 2 years ago

A proper solution for this would be to configure padding in your dwm build. Hence, I don't see any reason for implementing this feature.