dwmblocks

I use polybar now
Log | Files | Refs | README | LICENSE

commit 45012f4249aa6935c16442ff4c8441a7c2d0bac8
parent 177d5b4678e58fd513abbfe70b6ed8dd3163e1c3
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Wed,  8 Apr 2020 19:12:50 -0400

Merge pull request #5 from hisakiyo/master

Update dwmblocks.c
Diffstat:
Mdwmblocks.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwmblocks.c b/dwmblocks.c @@ -33,7 +33,7 @@ static Window root; static char statusbar[LENGTH(blocks)][50] = {0}; static char statusstr[256]; static char *statuscat; - +static int statusContinue=1; void replace(char *str, char old, char new) { int N = strlen(str);