diff options
Diffstat (limited to 'include/swaybar/config.h')
| -rw-r--r-- | include/swaybar/config.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/include/swaybar/config.h b/include/swaybar/config.h index d0336c27..5d40790a 100644 --- a/include/swaybar/config.h +++ b/include/swaybar/config.h @@ -13,7 +13,7 @@ struct box_colors {  };  struct config_output { -	struct wl_list link; +	struct wl_list link; // swaybar_config::outputs  	char *name;  	size_t index;  }; @@ -31,7 +31,8 @@ struct swaybar_config {  	char *font;  	char *sep_symbol;  	char *mode; -	bool mode_pango_markup; +	char *hidden_state; +	char *modifier;  	bool strip_workspace_numbers;  	bool binding_mode_indicator;  	bool wrap_scroll;  | 
