summaryrefslogtreecommitdiff
path: root/man/i3status.man
diff options
context:
space:
mode:
authorIngo Bürk <admin@airblader.de>2018-07-13 12:27:28 +0200
committerGitHub <noreply@github.com>2018-07-13 12:27:28 +0200
commitc7f04b74473c94bfce0900513847d2b3d6dbb320 (patch)
treec5a1738726a108bbfb509501686e95bb3cba5562 /man/i3status.man
parentc5ad20bf50ca0e28d5e21395c06496b0ded74b00 (diff)
parent530c6f01d33c402f400b0858c69b8019ec4bfe2b (diff)
Merge pull request #295 from Stunkymonkey/fix-min_width-docs
fix min_width doc
Diffstat (limited to 'man/i3status.man')
-rw-r--r--man/i3status.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/i3status.man b/man/i3status.man
index 38c834a..f22e479 100644
--- a/man/i3status.man
+++ b/man/i3status.man
@@ -650,7 +650,7 @@ disk "/" {
== Using i3status with dzen2
After installing dzen2, you can directly use it with i3status. Just ensure that
-+output_format+ is set to +dzen2+.
++output_format+ is set to +dzen2+. *Note*: +min_width+ is not supported.
*Example for usage of i3status with dzen2*:
--------------------------------------------------------------
@@ -662,7 +662,7 @@ i3status | dzen2 -fg white -ta r -w 1280 \
To get xmobar to start, you might need to copy the default configuration
file to +~/.xmobarrc+. Also, ensure that the +output_format+ option for i3status
-is set to +xmobar+.
+is set to +xmobar+. *Note*: +min_width+ is not supported.
*Example for usage of i3status with xmobar*:
---------------------------------------------------------------------