From 89010c508da3a6cc7f5ecec30eaf319c2d90cb39 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Sun, 26 Jul 2015 16:04:03 +0100 Subject: [PATCH] %{S}: don't clear other outputs When asking lemonbar to display text to a given ouput with %{S}, don't clear all outputs first in order to render the text. The output will persist on the other outputs until other text is rendered there. --- lemonbar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lemonbar.c b/lemonbar.c index 0e8c41b..1914fd8 100644 --- a/lemonbar.c +++ b/lemonbar.c @@ -666,6 +666,7 @@ parse (char *text) p++; pos_x = 0; + fill_rect(cur_mon->pixmap, gc[GC_CLEAR], 0, 0, cur_mon->width, bh); break; case 'O': errno = 0;