mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05: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
|
|
@ -116,6 +116,7 @@ sway_sources = files(
|
|||
'commands/bar/position.c',
|
||||
'commands/bar/separator_symbol.c',
|
||||
'commands/bar/status_command.c',
|
||||
'commands/bar/status_padding.c',
|
||||
'commands/bar/strip_workspace_numbers.c',
|
||||
'commands/bar/strip_workspace_name.c',
|
||||
'commands/bar/swaybar_command.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue