summaryrefslogtreecommitdiffstats
path: root/sway/sway-bar.5.scd
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway-bar.5.scd')
-rw-r--r--sway/sway-bar.5.scd12
1 files changed, 11 insertions, 1 deletions
diff --git a/sway/sway-bar.5.scd b/sway/sway-bar.5.scd
index ac1949b7..3f6b4298 100644
--- a/sway/sway-bar.5.scd
+++ b/sway/sway-bar.5.scd
@@ -69,7 +69,7 @@ Sway allows configuring swaybar in the sway configuration file.
69 use. 69 use.
70 70
71*height* <height> 71*height* <height>
72 Sets the height of the bar. Default height will match the font size. 72 Sets the height of the bar. Default height (0) will match the font size.
73 73
74*bindcode* [--release] <event-code> <command> 74*bindcode* [--release] <event-code> <command>
75 Executes _command_ when the mouse button has been pressed (or if _released_ 75 Executes _command_ when the mouse button has been pressed (or if _released_
@@ -100,6 +100,16 @@ Sway allows configuring swaybar in the sway configuration file.
100*modifier* <Modifier>|none 100*modifier* <Modifier>|none
101 Specifies the modifier key that shows a hidden bar. Default is _Mod4_. 101 Specifies the modifier key that shows a hidden bar. Default is _Mod4_.
102 102
103*status\_padding* <padding>
104 Sets the vertical padding that is used for the status line. The default is
105 _1_. If _padding_ is _0_, blocks will be able to take up the full height of
106 the bar. This value will be multiplied by the output scale.
107
108*status\_edge\_padding* <padding>
109 Sets the padding that is used when the status line is at the right edge of
110 the bar. This value will be multiplied by the output scale. The default is
111 _3_.
112
103## TRAY 113## TRAY
104 114
105Swaybar provides a system tray where third-party applications may place icons. 115Swaybar provides a system tray where third-party applications may place icons.