mirror of
https://github.com/swaywm/sway.git
synced 2026-04-30 06:46:24 -04:00
Adds hide mode functionality to swaybar
This commit is contained in:
parent
c5dfe70ab1
commit
39735013b4
11 changed files with 133 additions and 93 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue