summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/bar/config.h1
-rw-r--r--include/config.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/bar/config.h b/include/bar/config.h
index fc938c38..27e0ec29 100644
--- a/include/bar/config.h
+++ b/include/bar/config.h
@@ -20,6 +20,7 @@ struct box_colors {
20 */ 20 */
21struct config { 21struct config {
22 char *status_command; 22 char *status_command;
23 bool plaintext_markup;
23 uint32_t position; 24 uint32_t position;
24 char *font; 25 char *font;
25 char *sep_symbol; 26 char *sep_symbol;
diff --git a/include/config.h b/include/config.h
index d7e96e74..c6f63134 100644
--- a/include/config.h
+++ b/include/config.h
@@ -116,6 +116,7 @@ struct bar_config {
116 enum desktop_shell_panel_position position; 116 enum desktop_shell_panel_position position;
117 list_t *bindings; 117 list_t *bindings;
118 char *status_command; 118 char *status_command;
119 bool plaintext_markup;
119 char *swaybar_command; 120 char *swaybar_command;
120 char *font; 121 char *font;
121 int height; // -1 not defined 122 int height; // -1 not defined