Merge pull request #295 from Stunkymonkey/fix-min_width-docs

fix min_width doc
This commit is contained in:
Ingo Bürk 2018-07-13 12:27:28 +02:00 committed by GitHub
commit c7f04b7447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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*:
---------------------------------------------------------------------