mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Add bar height option (Airblader/i3)
This commit is contained in:
parent
b76acbaf4f
commit
6834a33290
4 changed files with 22 additions and 3 deletions
|
|
@ -562,7 +562,7 @@ struct bar_config *default_bar_config(void) {
|
|||
bar->bindings = create_list();
|
||||
bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done");
|
||||
bar->font = strdup("monospace 10");
|
||||
bar->bar_height = -1;
|
||||
bar->height = -1;
|
||||
bar->workspace_buttons = true;
|
||||
bar->strip_workspace_numbers = false;
|
||||
bar->binding_mode_indicator = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue