]> code.delx.au - spectrwm/commitdiff
Fix bar spacing for when class:name is followed by other stuff.
authorDarrin Chandler <dwchandler@stilyagin.com>
Sun, 7 Jun 2009 16:55:06 +0000 (16:55 +0000)
committerDarrin Chandler <dwchandler@stilyagin.com>
Sun, 7 Jun 2009 16:55:06 +0000 (16:55 +0000)
scrotwm.c

index 6c47e65ff020310ca3fd882916f79f63ae6def5a..152f1e7296186fd9ae2e34c1541ae1caf2b4e796 100644 (file)
--- 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);
                }