aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-bar.5.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-01-10 23:43:45 -0500
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-01-11 00:07:58 -0500
commitc0f92cb2fb94ac87396da99646f9219e54b36860 (patch)
treeb03bd387cc1226031230ad5503dcbf7025128e02 /sway/sway-bar.5.scd
parentswaylock: Add caps lock state to indicator (diff)
downloadsway-c0f92cb2fb94ac87396da99646f9219e54b36860.tar.gz
sway-c0f92cb2fb94ac87396da99646f9219e54b36860.tar.zst
sway-c0f92cb2fb94ac87396da99646f9219e54b36860.zip
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.
Diffstat (limited to 'sway/sway-bar.5.scd')
-rw-r--r--sway/sway-bar.5.scd5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/sway-bar.5.scd b/sway/sway-bar.5.scd
index 2357591d..4448e3e8 100644
--- a/sway/sway-bar.5.scd
+++ b/sway/sway-bar.5.scd
@@ -92,6 +92,11 @@ Sway allows configuring swaybar in the sway configuration file.
92*modifier* <Modifier>|none 92*modifier* <Modifier>|none
93 Specifies the modifier key that shows a hidden bar. Default is _Mod4_. 93 Specifies the modifier key that shows a hidden bar. Default is _Mod4_.
94 94
95*status\_padding* <padding>
96 Sets the vertical padding that is used for the status line. The default is
97 _1_. If _padding_ is _0_, blocks will be able to take up the full height of
98 the bar. This value will be multiplied by the output scale.
99
95## TRAY 100## TRAY
96 101
97Swaybar provides a system tray where third-party applications may place icons. 102Swaybar provides a system tray where third-party applications may place icons.