Introduce the short_text property on blocks and parse it according to the documentation.

This commit is contained in:
Ingo Bürk
2015-03-21 21:33:38 +01:00
parent 8d0fb482d9
commit dd488818a9
2 changed files with 6 additions and 0 deletions

View 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;