logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

i3-nagbar - displays an error bar on top of your screen

Author

       Michael Stapelberg and contributors

i3 4.24                                            11/06/2024                                       I3-NAGBAR(1)

Description

       i3-nagbar is used by i3 to tell you about errors in your configuration file (for example). While these
       errors are logged to the logfile (if any), the past has proven that users are either not aware of their
       logfile or do not check it after modifying the configuration file.

Example

           i3-nagbar -m 'You have an error in your i3 config file!' \
           -b 'edit config' 'i3-sensible-editor ~/.config/i3/config'

Name

       i3-nagbar - displays an error bar on top of your screen

Options

-v,--version
           Display version number and exit.

       -h,--help
           Display a short help-message and exit.

       -t,--typetype
           Display either a warning or error message. This only changes the color scheme for the i3-nagbar.
           Default: error.

       -m,--messagemessage
           Display message as text on the left of the i3-nagbar.

       -f,--fontfont
           Select font that is being used.

       -b,--buttonbuttonaction
           Create a button with text button. The action are the shell commands that will be executed by this
           button. Multiple buttons can be defined. Will launch the shell commands inside a terminal emulator,
           using i3-sensible-terminal.

       -B,--button-no-terminalbuttonaction
           Same as above, but will execute the shell commands directly, without launching a terminal emulator.

       -p,--primary
           Always opens the i3-nagbar on the primary monitor. By default it opens on the focused monitor.

See Also

i3(1)

Synopsis

       i3-nagbar [-m <message>] [-b <button> <action>] [-B <button> <action>] [-t warning|error] [-f <font>]
       [-v] [-p]

See Also