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

@ -37,6 +37,7 @@ struct config *init_config() {
config->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
config->font = strdup("monospace 10");
config->mode = NULL;
config->display_mode = NULL;
config->hidden_state = NULL;
config->sep_symbol = NULL;
config->strip_workspace_numbers = false;