aboutsummaryrefslogtreecommitdiffstats
path: root/swaynagbar/swaynagbar.1.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-07-25 21:57:19 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-08-01 22:47:54 -0400
commit88bc4b528ef3e1af3598b513dd5c1572dd09ec23 (patch)
tree535543a1e5bc6d59c96af249f3d3c9953a68a2aa /swaynagbar/swaynagbar.1.scd
parentArrange output in arrange_layers and commit dirty (diff)
downloadsway-88bc4b528ef3e1af3598b513dd5c1572dd09ec23.tar.gz
sway-88bc4b528ef3e1af3598b513dd5c1572dd09ec23.tar.zst
sway-88bc4b528ef3e1af3598b513dd5c1572dd09ec23.zip
Implements swaynagbar
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