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 /sway/config.c | |
parent | ee4e245f167f0e5a859a03b06568c282d11b52d2 (diff) |
Renamed to pango_markup
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c index 3c14032b..ebcee95b 100644 --- a/sway/config.c +++ b/sway/config.c @@ -1022,7 +1022,7 @@ struct bar_config *default_bar_config(void) { bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM; bar->bindings = create_list(); bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done"); - bar->plaintext_markup = true; + bar->pango_markup = true; bar->swaybar_command = NULL; bar->font = NULL; bar->height = -1; |