aboutsummaryrefslogtreecommitdiffstats
path: root/swaynagbar/swaynagbar.1.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-07-27 01:30:35 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-08-01 22:47:54 -0400
commit72db10c2f1a1a216c50f68461a840eea3948e878 (patch)
tree8517de29e9fda0823355a44edc1b81ae2b96f69e /swaynagbar/swaynagbar.1.scd
parentImplements swaynagbar (diff)
downloadsway-72db10c2f1a1a216c50f68461a840eea3948e878.tar.gz
sway-72db10c2f1a1a216c50f68461a840eea3948e878.tar.zst
sway-72db10c2f1a1a216c50f68461a840eea3948e878.zip
Support a detailed message in swaynagbar
Diffstat (limited to 'swaynagbar/swaynagbar.1.scd')
-rw-r--r--swaynagbar/swaynagbar.1.scd12
1 files changed, 12 insertions, 0 deletions
diff --git a/swaynagbar/swaynagbar.1.scd b/swaynagbar/swaynagbar.1.scd
index 4235e2ea..2a34ae68 100644
--- a/swaynagbar/swaynagbar.1.scd
+++ b/swaynagbar/swaynagbar.1.scd
@@ -25,6 +25,15 @@ _swaynagbar_ [options...]
25*-h, --help* 25*-h, --help*
26 Show help message and quit. 26 Show help message and quit.
27 27
28*-l, --detailed-message <msg>*
29 Set the detailed message. A button to toggle details will be added. Details
30 are shown in a scrollable multi-line text area. If _msg_ is _-_, then the
31 detailed message will be read from stdin.
32
33*-L, --detailed-button <text>*
34 Set the text for the button that toggles details. This has no effect if
35 there is not a detailed message. The default is _Toggle Details_.
36
28*-m, --message <msg>* 37*-m, --message <msg>*
29 Set the message text. 38 Set the message text.
30 39
@@ -33,6 +42,9 @@ _swaynagbar_ [options...]
33 _xdg\_output\_manager_ is not supported, then the first detected output 42 _xdg\_output\_manager_ is not supported, then the first detected output
34 will be used 43 will be used
35 44
45*-s, --dismiss-button <text>*
46 Sets the text for the dismiss nagbar button. The default is _X_.
47
36*-t, --type error|warning* 48*-t, --type error|warning*
37 Set the message type. 49 Set the message type.
38 50