526c63cf6b
i3bar is a xcb and libev based status and workspace bar for the i3 window manager. It is best thought of as a replacement for the i3-wsbar + dzen2 combination. It creates a workspace bar for every active screen and displays a piped-in statusline rightaligned on every bar. It does not sample any status information itself, so you still need a program like conky for that. OK jasper@
31 lines
2.4 KiB
Plaintext
31 lines
2.4 KiB
Plaintext
$OpenBSD: patch-doc_i3bar_man,v 1.1.1.1 2011/04/20 08:57:54 dcoppa Exp $
|
|
--- doc/i3bar.man.orig Mon Apr 11 16:26:03 2011
|
|
+++ doc/i3bar.man Tue Apr 12 10:43:02 2011
|
|
@@ -14,10 +14,10 @@ i3bar - xcb-based status- and ws-bar
|
|
== OPTIONS
|
|
|
|
*-s, --socket* 'sock_path'::
|
|
-Specifies the 'socketpath', via which *i3bar* connects to *i3*(1). If *i3bar* can not connect to *i3*, it will exit. Defaults to '~/.i3/ipc.sock'
|
|
+Specifies the 'socketpath', via which *i3bar* connects to *i3*(1). If *i3bar* cannot connect to *i3*, it will exit. Defaults to '~/.i3/ipc.sock'
|
|
|
|
*-c, --command* 'command'::
|
|
-Execute '<command>' to get 'stdin'. You can also simply pipe into 'stdin', but starting the coomand for itself, *i3bar* is able to send 'SIGCONT' and 'SIGSTOP', when combined with *-m*
|
|
+Execute '<command>' to get 'stdin'. You can also simply pipe into 'stdin', but starting the command for itself, *i3bar* is able to send 'SIGCONT' and 'SIGSTOP', when combined with *-m*
|
|
|
|
*-m, --hide*::
|
|
Hide the bar, when 'mod4' is not pressed. With this, dockmode will not be set, and the bar is out of the way most of the time so you have more room.
|
|
@@ -34,11 +34,11 @@ Display a short help-message and exit
|
|
|
|
== DESCRIPTION
|
|
|
|
-*i3bar* is an xcb- and libev-based status- and ws-bar. It is best thought of as an replacement for the *i3-wsbar*(1) + *dzen2*(1)-combination. It creates a workspace-bar for every active output ("screen") and displays a piped in statusline rightaligned on every bar.
|
|
+*i3bar* is an xcb- and libev-based status- and ws-bar. It is best thought of as a replacement for the *i3-wsbar*(1) + *dzen2*(1)-combination. It creates a workspace-bar for every active output ("screen") and displays a piped in statusline rightaligned on every bar.
|
|
|
|
It does not sample any status-information itself, so you still need a program like *i3status*(1) or *conky*(1) for that.
|
|
|
|
-i3bar does not support any color or other markups, so stdin should be plain utf8, one line at a time. If you use *i3status*(1), you therefore should specify 'output_format = none' in the general-section of it's configfile.
|
|
+i3bar does not support any color or other markups, so stdin should be plain utf8, one line at a time. If you use *i3status*(1), you therefore should specify 'output_format = none' in the general-section of its configfile.
|
|
|
|
Also, you should disable the internal workspace bar of *i3*(1), when using *i3bar* by specifying 'workspace_bar no' in your *i3*-configfile.
|
|
|