1. NAME
i3-nagbar - displays an error bar on top of your screen
2. SYNOPSIS
i3-nagbar -m message -b label action
3. 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.
4. EXAMPLE
i3-nagbar -m 'You have an error in your i3 config file!' \ -b 'edit config' 'xterm $EDITOR ~/.i3/config'
5. SEE ALSO
i3(1)
6. AUTHOR
Michael Stapelberg and contributors