diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2016-04-24 20:35:21 +0300 |
---|---|---|
committer | Mykyta Holubakha <hilobakho@gmail.com> | 2016-04-24 20:35:21 +0300 |
commit | 0f1cfdec617d122afbc87eb6466d5d2e5c348259 (patch) | |
tree | 929117e8a3276b240b59262e0809eb51c949eb42 /swaybar/config.c | |
parent | ee4e245f167f0e5a859a03b06568c282d11b52d2 (diff) |
Renamed to pango_markup
Diffstat (limited to 'swaybar/config.c')
-rw-r--r-- | swaybar/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |