aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-bar.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <ddevault@linode.com>2016-06-10 09:32:14 -0400
committerLibravatar Drew DeVault <ddevault@linode.com>2016-06-10 09:32:14 -0400
commitcb0cc32265136522f7bfbb768f55f35718248d71 (patch)
tree52b6992bb4ac2d0f6be1e47bf959651c6a532caf /sway/sway-bar.5.txt
parentMerge pull request #706 from zandrmartin/swaybg-reload (diff)
downloadsway-cb0cc32265136522f7bfbb768f55f35718248d71.tar.gz
sway-cb0cc32265136522f7bfbb768f55f35718248d71.tar.zst
sway-cb0cc32265136522f7bfbb768f55f35718248d71.zip
Many improvements to man pages
Diffstat (limited to 'sway/sway-bar.5.txt')
-rw-r--r--sway/sway-bar.5.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/sway/sway-bar.5.txt b/sway/sway-bar.5.txt
index d0727440..dc4a673c 100644
--- a/sway/sway-bar.5.txt
+++ b/sway/sway-bar.5.txt
@@ -19,10 +19,15 @@ Commands
19-------- 19--------
20 20
21**status_command** <status command>:: 21**status_command** <status command>::
22 Executes the bar _status command_ with _sh -c_. 22 Executes the bar _status command_ with _sh -c_. Each line of text printed to
23 stdout from this command will be displayed in the status area of the bar. You
24 can also use the i3bar JSON protocol:
25 +
26 https://i3wm.org/docs/i3bar-protocol.html
23 27
24**pango_markup** <enabled|disabled>:: 28**pango_markup** <enabled|disabled>::
25 Enables or disables pango markup for plaintext statuslines. 29 Enables or disables pango markup for status lines. This has no effect on
30 status lines using the i3bar JSON protocol.
26 31
27**id** <bar_id>:: 32**id** <bar_id>::
28 Sets the ID of the bar. 33 Sets the ID of the bar.
@@ -112,4 +117,4 @@ channel.
112See Also 117See Also
113-------- 118--------
114 119
115**sway**(5) **sway-input**(5) 120**sway**(5)