mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
swaybar: add status_edge_padding command
This adds the bar subcommand `status_edge_padding <padding>` to set the padding used when the status line is on the right edge of the bar.
This commit is contained in:
parent
c0f92cb2fb
commit
ca0a75d540
12 changed files with 44 additions and 4 deletions
|
|
@ -97,6 +97,11 @@ Sway allows configuring swaybar in the sway configuration file.
|
|||
_1_. If _padding_ is _0_, blocks will be able to take up the full height of
|
||||
the bar. This value will be multiplied by the output scale.
|
||||
|
||||
*status\_edge\_padding* <padding>
|
||||
Sets the padding that is used when the status line is at the right edge of
|
||||
the bar. This value will be multiplied by the output scale. The default is
|
||||
_3_.
|
||||
|
||||
## TRAY
|
||||
|
||||
Swaybar provides a system tray where third-party applications may place icons.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue