diff --git a/i3bar/src/xcb.c b/i3bar/src/xcb.c index 496035c..7917c15 100644 --- a/i3bar/src/xcb.c +++ b/i3bar/src/xcb.c @@ -123,10 +123,10 @@ struct xcb_colors_t { struct xcb_colors_t colors; /* Horizontal offset between a workspace label and button borders */ -static const int ws_hoff_px = 4; +static const int ws_hoff_px = 2; /* Vertical offset between a workspace label and button borders */ -static const int ws_voff_px = 3; +static const int ws_voff_px = 2; /* Offset between two workspace buttons */ static const int ws_spacing_px = 1;