From 449fef3308accdfb8da44d21d24ca83175530e00 Mon Sep 17 00:00:00 2001 From: norly Date: Sat, 19 Jul 2014 02:14:39 +0200 Subject: [PATCH] Replace separators with wide spaces --- src/common/common.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/common.c b/src/common/common.c index 4133ca8..755fe7b 100644 --- a/src/common/common.c +++ b/src/common/common.c @@ -66,6 +66,9 @@ void line_append_item(GlobalData *g, StatusItem *s) line_append_str(g, s->text); line_append_str(g, "\""); + line_append_str(g, ",\"separator\":false"); + line_append_str(g, ",\"separator_block_width\":14"); + line_append_str(g, "}"); } -- 2.30.2