diff options
Diffstat (limited to 'include/bar')
-rw-r--r-- | include/bar/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bar/config.h b/include/bar/config.h index fc938c38..c0e3d2a7 100644 --- a/include/bar/config.h +++ b/include/bar/config.h @@ -20,6 +20,7 @@ struct box_colors { */ struct config { char *status_command; + bool pango_markup; uint32_t position; char *font; char *sep_symbol; |