aw-overlay/x11-wm/i3/files/i3-4.12-tiny-bar.patch

18 lines
555 B
Diff
Raw Normal View History

2016-08-06 14:35:03 -04:00
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;