sway/swaynag/swaynag.1.scd

53 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-07-26 01:57:19 +00:00
swaynagbar(1)
# NAME
2018-07-27 15:19:42 +00:00
swaynag - Show a warning or error message with buttons
2018-07-26 01:57:19 +00:00
# SYNOPSIS
2018-07-27 15:19:42 +00:00
_swaynag_ [options...]
2018-07-26 01:57:19 +00:00
# OPTIONS
*-b, --button* <text> <action>
Create a button with the text _text_ that executes _action_ when pressed.
Multiple buttons can be defined by providing the flag multiple times.
*-d, --debug*
Enable debugging.
*-e, --edge top|bottom*
Set the edge to use.
*-f, --font <font>*
Set the font to use.
*-h, --help*
Show help message and quit.
2018-07-27 15:19:42 +00:00
*-l, --detailed-message*
Read a detailed message from stdin. A button to toggle details will be
added. Details are shown in a scrollable multi-line text area.
*-L, --detailed-button <text>*
Set the text for the button that toggles details. This has no effect if
there is not a detailed message. The default is _Toggle Details_.
2018-07-26 01:57:19 +00:00
*-m, --message <msg>*
Set the message text.
*-o, --output <output>*
Set the output to use. This should be the name of a _xdg\_output_. If
_xdg\_output\_manager_ is not supported, then the first detected output
will be used
*-s, --dismiss-button <text>*
Sets the text for the dismiss nagbar button. The default is _X_.
2018-07-26 01:57:19 +00:00
*-t, --type error|warning*
Set the message type.
*-v, --version
Show the version number and quit.