diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-04-24 17:58:53 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-04-24 17:58:53 -0400 |
commit | 7efa9ab34ae1dabcc7c87d22bfba0b1312c8c662 (patch) | |
tree | 2364d4662a641f368d83494aa03b6b0879e97ca8 /include | |
parent | a796ce4f667575d4f5c663c9baa817f8c0842f6e (diff) | |
parent | 09d69f606a49d784ae3c11c927d1bfbba77b1f55 (diff) | |
download | sway-7efa9ab34ae1dabcc7c87d22bfba0b1312c8c662.tar.xz |
Merge pull request #601 from Hummer12007/pango_markup_config
Pango markup config
Diffstat (limited to 'include')
-rw-r--r-- | include/bar/config.h | 1 | ||||
-rw-r--r-- | include/config.h | 1 |
2 files changed, 2 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; diff --git a/include/config.h b/include/config.h index d7e96e74..37b97665 100644 --- a/include/config.h +++ b/include/config.h @@ -116,6 +116,7 @@ struct bar_config { enum desktop_shell_panel_position position; list_t *bindings; char *status_command; + bool pango_markup; char *swaybar_command; char *font; int height; // -1 not defined |