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 --- swaybar/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swaybar/config.c') diff --git a/swaybar/config.c b/swaybar/config.c index 7ef9a07e..7bd22c91 100644 --- a/swaybar/config.c +++ b/swaybar/config.c @@ -46,7 +46,7 @@ char *parse_font(const char *font) { struct config *init_config() { struct config *config = calloc(1, sizeof(struct config)); config->status_command = NULL; - config->plaintext_markup = true; + config->pango_markup = true; config->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM; config->font = strdup("monospace 10"); config->mode = NULL; -- cgit v1.2.3-54-g00ecf