Replace separators with wide spaces
[sysstatus.git] / src / common / common.c
index 4133ca858bb7edf4407e06bf8ceaecf838be24fe..755fe7b42088127cb653b4b61419fb8e8c9bce5d 100644 (file)
@@ -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, "}");
 }