From 53b53dd8c24004d9b2a2170590432d62656c43c2 Mon Sep 17 00:00:00 2001 From: Mykyta Holubakha Date: Sun, 24 Apr 2016 19:57:35 +0300 Subject: Added plaintext markup configuration --- include/bar/config.h | 1 + include/config.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include') 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 { */ struct config { char *status_command; + bool plaintext_markup; uint32_t position; char *font; 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 { enum desktop_shell_panel_position position; list_t *bindings; char *status_command; + bool plaintext_markup; char *swaybar_command; char *font; int height; // -1 not defined -- cgit v1.2.3 From 0f1cfdec617d122afbc87eb6466d5d2e5c348259 Mon Sep 17 00:00:00 2001 From: Mykyta Holubakha Date: Sun, 24 Apr 2016 20:35:21 +0300 Subject: Renamed to pango_markup --- include/bar/config.h | 2 +- include/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/bar/config.h b/include/bar/config.h index 27e0ec29..c0e3d2a7 100644 --- a/include/bar/config.h +++ b/include/bar/config.h @@ -20,7 +20,7 @@ struct box_colors { */ struct config { char *status_command; - bool plaintext_markup; + bool pango_markup; uint32_t position; char *font; char *sep_symbol; diff --git a/include/config.h b/include/config.h index c6f63134..37b97665 100644 --- a/include/config.h +++ b/include/config.h @@ -116,7 +116,7 @@ struct bar_config { enum desktop_shell_panel_position position; list_t *bindings; char *status_command; - bool plaintext_markup; + bool pango_markup; char *swaybar_command; char *font; int height; // -1 not defined -- cgit v1.2.3