summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorIngo Bürk <admin@airblader.de>2017-12-09 13:36:27 +0100
committerGitHub <noreply@github.com>2017-12-09 13:36:27 +0100
commit35bb9a06fb102574b68a443ccfba470a6150ba52 (patch)
tree211672f06642f86b6949610686b9426f830aa1c7 /man
parent6464ae2df9f784e7b657ed5e36923f2a3062356e (diff)
parent223de595f0a005a65a506d5167de1c40de8fff5f (diff)
Merge pull request #252 from GuyOfThePery/patch-1
Fixed minor typos
Diffstat (limited to 'man')
-rw-r--r--man/i3status.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/i3status.man b/man/i3status.man
index f1b6221..d1d6203 100644
--- a/man/i3status.man
+++ b/man/i3status.man
@@ -142,7 +142,7 @@ no effect when +output_format+ is set to +i3bar+ or +none+.
The +interval+ directive specifies the time in seconds for which i3status will
sleep before printing the next status line.
-Using +output_format+ you can chose which format strings i3status should
+Using +output_format+ you can choose which format strings i3status should
use in its output. Currently available are:
i3bar::
@@ -178,14 +178,14 @@ section just for this module.
If you don't fancy the vertical separators between modules i3status/i3bar
uses by default, you can employ the +separator+ directive to configure how
-modules are separated. You can either disable the default separator altogether
+modules are separated. You can also disable the default separator altogether by
setting it to the empty string. You might then define separation as part of a
module's format string. This is your only option when using the i3bar output
format as the separator is drawn by i3bar directly otherwise. For the other
output formats, the provided non-empty string will be automatically enclosed
with the necessary coloring bits if color support is enabled.
-i3bar supports Pango markup, allowing your format strings to specify font
+i3bar supports Pango markup, allowing your format strings to specify font,
color, size, etc. by setting the +markup+ directive to "pango". Note that the
ampersand ("&"), less-than ("<"), greater-than (">"), single-quote ("'"), and
double-quote (""") characters need to be replaced with "`&amp;`", "`&lt;`",