gri3-wm/man/i3bar.man

68 lines
1.5 KiB
Groff
Raw Permalink Normal View History

2010-09-17 18:27:07 +02:00
i3bar(1)
========
Axel Wagner <mail+i3bar@merovius.de>
2011-10-20 23:55:24 +02:00
v4.1, October 2011
2010-09-17 18:27:07 +02:00
== NAME
i3bar - xcb-based status- and workspace-bar
2010-09-17 18:27:07 +02:00
== SYNOPSIS
2011-10-20 23:55:24 +02:00
*i3bar* [*-s* 'sock_path'] [*-b* 'bar_id'] [*-v*] [*-h*]
2010-09-17 18:27:07 +02:00
2011-10-20 23:55:24 +02:00
== WARNING
2010-09-17 18:27:07 +02:00
2011-10-20 23:55:24 +02:00
i3bar will automatically be invoked by i3 for every 'bar' configuration block.
2010-09-17 18:27:07 +02:00
2011-10-20 23:55:24 +02:00
Starting it manually is usually not what you want to do.
2010-09-17 18:27:07 +02:00
2011-10-20 23:55:24 +02:00
You have been warned!
2011-02-21 15:47:58 +01:00
2011-10-20 23:55:24 +02:00
== OPTIONS
*-s, --socket* 'sock_path'::
Overwrites the path to the i3 IPC socket.
2010-09-17 18:27:07 +02:00
2011-10-20 23:55:24 +02:00
*-b, --bar_id* 'bar_id'::
Specifies the bar ID for which to get the configuration from i3.
2010-09-17 18:27:07 +02:00
2011-10-20 23:55:24 +02:00
*-v, --version*::
Display version number and exit.
2010-09-17 18:27:07 +02:00
*-h, --help*::
Display a short help-message and exit
== DESCRIPTION
2011-10-20 23:55:24 +02:00
*i3bar* displays a bar at the bottom (or top) of your monitor(s) containing
workspace switching buttons and a statusline generated by i3status(1) or
similar. It is automatically invoked (and configured through) i3.
i3bar supports colors via a JSON protocol starting from v4.2, see
https://i3wm.org/docs/i3bar-protocol.html
2011-01-11 05:02:55 +01:00
== ENVIRONMENT
=== I3SOCK
2011-10-20 23:55:24 +02:00
Used as a fallback for the i3 IPC socket path if neither the commandline
contains an argument nor the I3_SOCKET_PATH property is set on the X11 root
window.
2011-01-11 05:02:55 +01:00
2010-09-17 18:27:07 +02:00
== EXAMPLES
2011-10-20 23:55:24 +02:00
Nothing to see here, move along. As stated above, you should not run i3bar manually.
2011-02-21 15:47:58 +01:00
2011-10-20 23:55:24 +02:00
Instead, see the i3 documentation, especially the Users Guide.
2010-09-17 18:27:07 +02:00
== SEE ALSO
2012-08-04 23:31:38 +02:00
+i3status(1)+, +j4status(1)+ or +conky(1)+ for programs generating a statusline.
2011-10-20 23:55:24 +02:00
+dzen2(1)+ or +xmobar(1)+ for similar programs to i3bar.
2010-09-17 18:27:07 +02:00
== AUTHORS
Axel Wagner and contributors