aboutsummaryrefslogtreecommitdiffstats
path: root/swaynagbar/swaynagbar.1.scd
diff options
context:
space:
mode:
Diffstat (limited to 'swaynagbar/swaynagbar.1.scd')
-rw-r--r--swaynagbar/swaynagbar.1.scd41
1 files changed, 41 insertions, 0 deletions
diff --git a/swaynagbar/swaynagbar.1.scd b/swaynagbar/swaynagbar.1.scd
new file mode 100644
index 00000000..4235e2ea
--- /dev/null
+++ b/swaynagbar/swaynagbar.1.scd
@@ -0,0 +1,41 @@
1swaynagbar(1)
2
3# NAME
4
5swaynagbar - Show a warning or error message with buttons
6
7# SYNOPSIS
8
9_swaynagbar_ [options...]
10
11# OPTIONS
12*-b, --button* <text> <action>
13 Create a button with the text _text_ that executes _action_ when pressed.
14 Multiple buttons can be defined by providing the flag multiple times.
15
16*-d, --debug*
17 Enable debugging.
18
19*-e, --edge top|bottom*
20 Set the edge to use.
21
22*-f, --font <font>*
23 Set the font to use.
24
25*-h, --help*
26 Show help message and quit.
27
28*-m, --message <msg>*
29 Set the message text.
30
31*-o, --output <output>*
32 Set the output to use. This should be the name of a _xdg\_output_. If
33 _xdg\_output\_manager_ is not supported, then the first detected output
34 will be used
35
36*-t, --type error|warning*
37 Set the message type.
38
39*-v, --version
40 Show the version number and quit.
41