aboutsummaryrefslogtreecommitdiffstats
path: root/include/bar
diff options
context:
space:
mode:
authorLibravatar Mykyta Holubakha <hilobakho@gmail.com>2016-04-24 19:57:35 +0300
committerLibravatar Mykyta Holubakha <hilobakho@gmail.com>2016-04-24 19:57:35 +0300
commit53b53dd8c24004d9b2a2170590432d62656c43c2 (patch)
treeaba12b0488a16e198e4fdd4fe02ca8ee63b56bb8 /include/bar
parentMerge pull request #598 from Hummer12007/pango_fix (diff)
downloadsway-53b53dd8c24004d9b2a2170590432d62656c43c2.tar.gz
sway-53b53dd8c24004d9b2a2170590432d62656c43c2.tar.zst
sway-53b53dd8c24004d9b2a2170590432d62656c43c2.zip
Added plaintext markup configuration
Diffstat (limited to 'include/bar')
-rw-r--r--include/bar/config.h1
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 {
20 */ 20 */
21struct config { 21struct config {
22 char *status_command; 22 char *status_command;
23 bool plaintext_markup;
23 uint32_t position; 24 uint32_t position;
24 char *font; 25 char *font;
25 char *sep_symbol; 26 char *sep_symbol;