i3-nagbar.man: updated man page to include all options
Patch status: merged
Patch by Arun Persaud
Long description:
several options were not documented in the man page.
To apply this patch, use:
curl http://cr.i3wm.org/patch/494/raw.patch | git am
b/man/i3-nagbar.man
14 |
@@ -9,7 +9,29 @@ i3-nagbar - displays an error bar on top of your screen |
15 |
|
16 |
== SYNOPSIS |
17 |
|
18 |
-i3-nagbar -m 'message' -b 'label' 'action' |
19 |
+i3-nagbar [-m <message>] [-b <button> <action>] [-t warning|error] [-f <font>] [-v] |
20 |
+ |
21 |
+== OPTIONS |
22 |
+ |
23 |
+*-v, --version*:: |
24 |
+Display version number and exit. |
25 |
+ |
26 |
+*-h, --help*:: |
27 |
+Display a short help-message and exit. |
28 |
+ |
29 |
+*-t, --type* 'type':: |
30 |
+Display either a warning or error message. This only changes the color scheme |
31 |
+for the i3-nagbar. Default: error. |
32 |
+ |
33 |
+*-m, --message* 'message':: |
34 |
+Display 'message' as text on the left of the i3-nagbar. |
35 |
+ |
36 |
+*-f, --font* 'font':: |
37 |
+Select font that is being used. |
38 |
+ |
39 |
+*-b, --button* 'button' 'action':: |
40 |
+Create a button with text 'button'. The 'action' are the shell commands that |
41 |
+will be executed by this button. Multiple buttons can be defined. |
42 |
|
43 |
== DESCRIPTION |
44 |
|