migration from exec i3bar to bar config: i3 substitutes exec with a bar block, shows nagbar
This commit is contained in:
@ -35,6 +35,7 @@ extern TAILQ_HEAD(barconfig_head, Barconfig) barconfigs;
|
||||
*/
|
||||
struct context {
|
||||
bool has_errors;
|
||||
bool has_warnings;
|
||||
|
||||
int line_number;
|
||||
char *line_copy;
|
||||
|
Reference in New Issue
Block a user