i3bar: make the space between workspace buttons 1 px again
This commit is contained in:
parent
c5e777c76e
commit
cc8a3c1019
|
@ -1421,7 +1421,7 @@ void draw_bars() {
|
||||||
set_font_colors(outputs_walk->bargc, fg_color, bg_color);
|
set_font_colors(outputs_walk->bargc, fg_color, bg_color);
|
||||||
draw_text((char*)ws_walk->ucs2_name, ws_walk->name_glyphs, true,
|
draw_text((char*)ws_walk->ucs2_name, ws_walk->name_glyphs, true,
|
||||||
outputs_walk->buffer, outputs_walk->bargc, i + 6, 2, ws_walk->name_width);
|
outputs_walk->buffer, outputs_walk->bargc, i + 6, 2, ws_walk->name_width);
|
||||||
i += 12 + ws_walk->name_width;
|
i += 11 + ws_walk->name_width;
|
||||||
}
|
}
|
||||||
|
|
||||||
i = 0;
|
i = 0;
|
||||||
|
|
Loading…
Reference in New Issue