diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2016-04-24 19:57:35 +0300 |
---|---|---|
committer | Mykyta Holubakha <hilobakho@gmail.com> | 2016-04-24 19:57:35 +0300 |
commit | 53b53dd8c24004d9b2a2170590432d62656c43c2 (patch) | |
tree | aba12b0488a16e198e4fdd4fe02ca8ee63b56bb8 /include/bar | |
parent | a796ce4f667575d4f5c663c9baa817f8c0842f6e (diff) | |
download | sway-53b53dd8c24004d9b2a2170590432d62656c43c2.tar.xz |
Added plaintext markup configuration
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; |