Change output format from dzen2 to i3bar
[sysstatus.git] / include / common.h
index 04869bbec3b00842b2ac6a81584c32ee484a09f3..87f30ed27fb99c71a22c3e84bc8f397dd2da9a12 100644 (file)
@@ -15,6 +15,7 @@ typedef struct GlobalData {
   char *line;
   size_t linelen;
   size_t linemax; /* Buffer size, including NUL */
+  int firstItemDone;
 } GlobalData;