]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/common.h
Introduce the short_text property on blocks and parse it according to the documentation.
[i3/i3] / i3bar / include / common.h
index 997a429ed518aab68274c1cf59e41e14ce74e25c..3744df27e58c05e4c104570bf427879f580c4312 100644 (file)
@@ -35,6 +35,7 @@ typedef enum {
  * up one status line. */
 struct status_block {
     i3String *full_text;
+    i3String *short_text;
 
     char *color;
     uint32_t min_width;