diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-12-16 12:58:45 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-12-16 12:58:45 +0100 |
| commit | 0cb81170791585b549aa6726a6e8ff39facb7896 (patch) | |
| tree | 587a3da93a034f194355cba7b68ae7acd87ed9f4 /include/config.h | |
| parent | a4f5206f905c087087e1f095ac877334b98d21c6 (diff) | |
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; |
