From: norly Date: Sat, 19 Jul 2014 00:14:39 +0000 (+0200) Subject: Replace separators with wide spaces X-Git-Url: https://git.enpas.org/?p=sysstatus.git;a=commitdiff_plain;h=449fef3308accdfb8da44d21d24ca83175530e00 Replace separators with wide spaces --- 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, "}"); }