mirror of
https://github.com/swaywm/sway.git
synced 2025-11-23 06:59:48 -05:00
Implements swaynagbar
This commit is contained in:
parent
abf33468c1
commit
88bc4b528e
8 changed files with 857 additions and 0 deletions
41
swaynagbar/swaynagbar.1.scd
Normal file
41
swaynagbar/swaynagbar.1.scd
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
swaynagbar(1)
|
||||
|
||||
# NAME
|
||||
|
||||
swaynagbar - Show a warning or error message with buttons
|
||||
|
||||
# SYNOPSIS
|
||||
|
||||
_swaynagbar_ [options...]
|
||||
|
||||
# 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.
|
||||
|
||||
*-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
|
||||
|
||||
*-t, --type error|warning*
|
||||
Set the message type.
|
||||
|
||||
*-v, --version
|
||||
Show the version number and quit.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue