summaryrefslogtreecommitdiffstats
path: root/swaybar/render.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/render.c')
-rw-r--r--swaybar/render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/render.c b/swaybar/render.c
index 8f38174f..8816abef 100644
--- a/swaybar/render.c
+++ b/swaybar/render.c
@@ -208,7 +208,7 @@ static uint32_t render_status_block(cairo_t *cairo,
208 output->height < _ideal_surface_height) { 208 output->height < _ideal_surface_height) {
209 return _ideal_surface_height; 209 return _ideal_surface_height;
210 } 210 }
211 if (sep_width > sep_block_width) { 211 if (block->separator && sep_width > sep_block_width) {
212 sep_block_width = sep_width + margin * 2; 212 sep_block_width = sep_width + margin * 2;
213 } 213 }
214 } 214 }