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..27e0ec29 100644 --- a/include/bar/config.h +++ b/include/bar/config.h @@ -20,6 +20,7 @@ struct box_colors { */ struct config { char *status_command; + bool plaintext_markup; uint32_t position; char *font; char *sep_symbol; |