diff options
author | Drew DeVault <[email protected]> | 2016-04-24 17:58:53 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2016-04-24 17:58:53 -0400 |
commit | 7efa9ab34ae1dabcc7c87d22bfba0b1312c8c662 (patch) | |
tree | 2364d4662a641f368d83494aa03b6b0879e97ca8 /sway/config.c | |
parent | a796ce4f667575d4f5c663c9baa817f8c0842f6e (diff) | |
parent | 09d69f606a49d784ae3c11c927d1bfbba77b1f55 (diff) |
Merge pull request #601 from Hummer12007/pango_markup_config
Pango markup config
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c index a917d348..ebcee95b 100644 --- a/sway/config.c +++ b/sway/config.c @@ -1022,6 +1022,7 @@ struct bar_config *default_bar_config(void) { bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM; bar->bindings = create_list(); bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done"); + bar->pango_markup = true; bar->swaybar_command = NULL; bar->font = NULL; bar->height = -1; |