Skip to content

Commit

Permalink
Merge pull request i3#295 from Stunkymonkey/fix-min_width-docs
Browse files Browse the repository at this point in the history
fix min_width doc
  • Loading branch information
Airblader committed Jul 13, 2018
2 parents c5ad20b + 530c6f0 commit c7f04b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/i3status.man
Original file line number Diff line number Diff line change
Expand Up @@ -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*:
--------------------------------------------------------------
Expand All @@ -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*:
---------------------------------------------------------------------
Expand Down

0 comments on commit c7f04b7

Please sign in to comment.