diff options
author | Drew DeVault <[email protected]> | 2019-01-13 20:36:08 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2019-01-13 20:36:08 -0500 |
commit | fc93cd20dc108544c7cc8fced7aebed58c58a770 (patch) | |
tree | 87eb259f5f02c6bcf5240bf677d9569ee9e72518 /sway/sway-bar.5.scd | |
parent | 4eb0767414fe404adf1c0b0be7c719f5ac115684 (diff) | |
parent | 124085eba96362403a757061032659c0a06aa22e (diff) |
Merge pull request #3397 from RedSoxFan/fix-swaybar-height
swaybar: obey height if given
Diffstat (limited to 'sway/sway-bar.5.scd')
-rw-r--r-- | sway/sway-bar.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway-bar.5.scd b/sway/sway-bar.5.scd index b345b392..e1a4a937 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. use. *height* <height> - Sets the height of the bar. Default height will match the font size. + Sets the height of the bar. Default height (0) will match the font size. *bindsym* [--release] button<n> <command> Executes _command_ when mouse button _n_ has been pressed (or if _released_ |