Adds hide mode functionality to swaybar

This commit is contained in:
Calvin Kosmatka 2017-04-12 02:36:03 -05:00
parent c5dfe70ab1
commit 39735013b4
11 changed files with 133 additions and 93 deletions

View file

@ -26,6 +26,7 @@ struct config {
char *font;
char *sep_symbol;
char *mode;
char *display_mode;
char *hidden_state;
bool strip_workspace_numbers;
bool binding_mode_indicator;