From 251c87928aa37df9f03feb50c1bf0bb3f2ad27f4 Mon Sep 17 00:00:00 2001 From: Darrin Chandler Date: Sun, 7 Jun 2009 16:55:06 +0000 Subject: [PATCH] Fix bar spacing for when class:name is followed by other stuff. --- scrotwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrotwm.c b/scrotwm.c index 6c47e65..152f1e7 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -813,7 +813,7 @@ out: for (i = 0; i < ScreenCount(display); i++) { x = 1; TAILQ_FOREACH(r, &screens[i].rl, entry) { - snprintf(loc, sizeof loc, "%d:%d %s%s %s", + snprintf(loc, sizeof loc, "%d:%d %s %s %s", x++, r->ws->idx + 1, s, bar_ext, bar_vertext); bar_print(r, loc); } -- 1.7.10.4