Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Mention the color-options in the manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Merovius committed Nov 4, 2010
1 parent 992612c commit 214382a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions i3bar/.gitignore
@@ -1,3 +1,4 @@
i3bar
*.o
core
doc/i3bar.1
12 changes: 12 additions & 0 deletions i3bar/doc/i3bar.man
Expand Up @@ -42,6 +42,18 @@ i3bar does not support any color or other markups, so stdin should be plain utf8

Also, you should disable the internal workspace bar of *i3*(1), when using *i3bar* by specifying 'workspace_bar no' in your *i3*-configfile.

== COLORS

*i3bar* does not yet support formatting in the displayed statusline. However it does support setting colors for the bar, the workspace-buttons and the statusline.

For now this happens with the following command-line-options:

*--color-bar-fg, --color-bar-bg, --color-active-ws-fg, --color-active-ws-bg, --color-inactive-ws-fg, --color-inactive-ws-bg, color-urgent-ws-bg, color-urgent-ws-fg*

For each specified option you need to give a HEX-colorcode.

Be advised that this command-line-options are only temporary and are very likely to be removed, when we finally have a config-file.

== EXAMPLES

To get a docked bar with some statusinformation, you use
Expand Down

0 comments on commit 214382a

Please sign in to comment.