dwmstatus

a simple dwm statusbar updater written in C.
git clone git://git.suckless.org/dwmstatus
Log | Files | Refs | LICENSE

commit aa072bc8cea0101b13d9dcb77b51710d81a7cce3
parent eee21676bef0b25e8b6dfb4445073cc0368f60a5
Author: Christoph Lohmann <20h@r-36.net>
Date:   Mon, 24 Dec 2012 22:47:11 +0100

Missed that bracket on my last commits.

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

diff --git a/dwmstatus.c b/dwmstatus.c @@ -112,7 +112,7 @@ main(void) tmutc = mktimes("%H:%M", tzutc); tmbln = mktimes("KW %W %a %d %b %H:%M %Z %Y", tzberlin); - status = smprintf("L:%s A:%s U:%s %s]", + status = smprintf("L:%s A:%s U:%s %s", avgs, tmar, tmutc, tmbln); setstatus(status); free(avgs);