]> git.sur5r.net Git - i3/i3/commitdiff
i3-nagbar.man: updated man page to include all options
authorArun Persaud <arun@nubati.net>
Sun, 23 Mar 2014 17:49:52 +0000 (10:49 -0700)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 23 Mar 2014 17:56:49 +0000 (18:56 +0100)
several options were not documented in the man page.

man/i3-nagbar.man

index 3dd37bb706c97866700a1f72a967fcb241b8f456..9e6619fa9ed0f91ec19e02d4fdfbded28d9873b0 100644 (file)
@@ -9,7 +9,29 @@ i3-nagbar - displays an error bar on top of your screen
 
 == SYNOPSIS
 
-i3-nagbar -m 'message' -b 'label' 'action'
+i3-nagbar [-m <message>] [-b <button> <action>] [-t warning|error] [-f <font>] [-v]
+
+== OPTIONS
+
+*-v, --version*::
+Display version number and exit.
+
+*-h, --help*::
+Display a short help-message and exit.
+
+*-t, --type* 'type'::
+Display either a warning or error message. This only changes the color scheme
+for the i3-nagbar. Default: error.
+
+*-m, --message* 'message'::
+Display 'message' as text on the left of the i3-nagbar.
+
+*-f, --font* 'font'::
+Select font that is being used.
+
+*-b, --button* 'button' 'action'::
+Create a button with text 'button'. The 'action' are the shell commands that
+will be executed by this button. Multiple buttons can be defined.
 
 == DESCRIPTION