mirror of
https://github.com/swaywm/sway.git
synced 2026-04-01 07:16:02 -04:00
swaybar: add status_padding command
Adds the bar subcommand `status_padding <padding>` which allows setting the padding used for swaybar. If `status_padding` is set to `0`, blocks will be able to take up the full height of the bar.
This commit is contained in:
parent
33d9de88ef
commit
c0f92cb2fb
12 changed files with 46 additions and 6 deletions
|
|
@ -23,6 +23,7 @@ static struct cmd_handler bar_handlers[] = {
|
|||
{ "position", bar_cmd_position },
|
||||
{ "separator_symbol", bar_cmd_separator_symbol },
|
||||
{ "status_command", bar_cmd_status_command },
|
||||
{ "status_padding", bar_cmd_status_padding },
|
||||
{ "strip_workspace_name", bar_cmd_strip_workspace_name },
|
||||
{ "strip_workspace_numbers", bar_cmd_strip_workspace_numbers },
|
||||
{ "tray_bindsym", bar_cmd_tray_bindsym },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue