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 /include/bar | |
parent | ee4e245f167f0e5a859a03b06568c282d11b52d2 (diff) |
Renamed to pango_markup
Diffstat (limited to 'include/bar')
-rw-r--r-- | include/bar/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |