diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-16 07:47:00 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-16 07:47:00 -0500 |
commit | 01798a5ae2a8776f5de4b4ab6391bc72f9af014f (patch) | |
tree | f7f5423256e2e7ade009b3a325d2825137d86b79 /include/config.h | |
parent | b8f30cbae4bbe476a4c404d333de1a30c1fd7977 (diff) | |
parent | 2fd7dd64ec8449f3a0e2ce9d445273b6f78a9dea (diff) |
Merge pull request #338 from mikkeloscar/bar-separator-symbol
Implement bar option: separator_symbol
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index ab937e0e..32562908 100644 --- a/include/config.h +++ b/include/config.h @@ -96,6 +96,7 @@ struct bar_config { int height; // -1 not defined int tray_padding; bool workspace_buttons; + char *separator_symbol; bool strip_workspace_numbers; bool binding_mode_indicator; bool verbose; |